Html Css Color HEX #B696D9 Biloba Flower

📋 copy color: '#B696D9'

red 182 ◦ green 150 ◦ blue 217

#B696D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B696D9

Tints of Biloba Flower #B696D9

RGB

 RED value IS 182 (71.48% from 255) = 33.15%

 GREEN value IS 150 (58.98% from 255) = 27.32%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 33.15%
G = 27.32%
B = 39.53%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B696D9 (or 0xB696D9) is known color: Biloba Flower. HEX triplet: B6, 96 and D9. RGB value is (182,150,217). Sum of RGB (Red+Green+Blue) = 182+150+217=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #B696D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696D9 is #496926. Grayscale: #A6A6A6. Windows color (decimal): -4811047 or 14259894. OLE color: 14259894.

HSL color Cylindrical-coordinate representation of color #B696D9: hue angle of 268.66º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B696D9 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 150 217 -
CMYK 0.16 0.31 0 0.15
HSL 268.66º 0.47% 0.72% -
HSV(B) 268.66º 0.31% 0.85% -
XYZ 42.72 36.77 70.49 -
YUV 167.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 182 150 217 0.16 0.31 0 0.15 268.66 0.47 0.72
Hex B6 96 D9 10 1F 0 F 10D 2F 48
Octal 266 226 331 20 37 0 17 415 57 110
Binary 10110110 10010110 11011001 10000 11111 0 1111 100001101 101111 1001000

Color Harmonies of #B696D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696D9

Black with #B696D9

Text Example


Text Example

White with #B696D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696D9; }

 p { color: rgb(182,150,217); }

 H1.HeaderClassName
 {
   color: #B696D9;
 }
 .AnyTagClassName
 {
   color: #B696D9;
 }
</style>

background-color css

<style>
 a { background-color: #B696D9; }

 a { background-color: rgb(182,150,217); }

 div.DivClassName
 {
   background-color: #B696D9;
 }
 .BgClassName
 {
   background-color: #B696D9;
 }
</style>

border-color css

<style>
 span { border-color: #B696D9; }

 span { border-color: rgb(182,150,217); }

 td.TdClassName
 {
   border-color: #B696D9;
 }
 .TagClassName
 {
   border-color: #B696D9;
 }
</style>