Html Css Color HEX #C9BBF9 Lavender Blue

📋 copy color: '#C9BBF9'

red 201 ◦ green 187 ◦ blue 249

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

Shades of Lavender Blue #C9BBF9

Tints of Lavender Blue #C9BBF9

RGB

 RED value IS 201 (78.91% from 255) = 31.55%

 GREEN value IS 187 (73.44% from 255) = 29.36%

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 31.55%
G = 29.36%
B = 39.09%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9BBF9 (or 0xC9BBF9) is known color: Lavender Blue. HEX triplet: C9, BB and F9. RGB value is (201,187,249). Sum of RGB (Red+Green+Blue) = 201+187+249=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBF9 is #364406. Grayscale: #C6C6C6. Windows color (decimal): -3556359 or 16366537. OLE color: 16366537.

HSL color Cylindrical-coordinate representation of color #C9BBF9: hue angle of 253.55º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BBF9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 187 249 -
CMYK 0.19 0.25 0 0.02
HSL 253.55º 0.84% 0.85% -
HSV(B) 253.55º 0.25% 0.98% -
XYZ 58.96 54.8 97.09 -
YUV 198.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 201 187 249 0.19 0.25 0 0.02 253.55 0.84 0.85
Hex C9 BB F9 13 19 0 2 FE 54 55
Octal 311 273 371 23 31 0 2 376 124 125
Binary 11001001 10111011 11111001 10011 11001 0 10 11111110 1010100 1010101

Color Harmonies of #C9BBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBF9

Black with #C9BBF9

Text Example


Text Example

White with #C9BBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBF9; }

 p { color: rgb(201,187,249); }

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

background-color css

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

 a { background-color: rgb(201,187,249); }

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

border-color css

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

 span { border-color: rgb(201,187,249); }

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