Html Css Color HEX #C9BBFE Lavender Blue

📋 copy color: '#C9BBFE'

red 201 ◦ green 187 ◦ blue 254

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

Shades of Lavender Blue #C9BBFE

Tints of Lavender Blue #C9BBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 31.31%
G = 29.13%
B = 39.56%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9BBFE (or 0xC9BBFE) is known color: Lavender Blue. HEX triplet: C9, BB and FE. RGB value is (201,187,254). Sum of RGB (Red+Green+Blue) = 201+187+254=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFE is #364401. Grayscale: #C6C6C6. Windows color (decimal): -3556354 or 16694217. OLE color: 16694217.

HSL color Cylindrical-coordinate representation of color #C9BBFE: hue angle of 252.54º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9BBFE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 187 254 -
CMYK 0.21 0.26 0 0.00
HSL 252.54º 0.97% 0.86% -
HSV(B) 252.54º 0.26% 1% -
XYZ 59.75 55.11 101.26 -
YUV 198.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 201 187 254 0.21 0.26 0 0.00 252.54 0.97 0.86
Hex C9 BB FE 15 1A 0 0 FD 61 56
Octal 311 273 376 25 32 0 0 375 141 126
Binary 11001001 10111011 11111110 10101 11010 0 0 11111101 1100001 1010110

Color Harmonies of #C9BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBFE

Black with #C9BBFE

Text Example


Text Example

White with #C9BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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