Html Css Color HEX #C9BCFF Lavender Blue

📋 copy color: '#C9BCFF'

red 201 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #C9BCFF

Tints of Lavender Blue #C9BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.19%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 31.21%
G = 29.19%
B = 39.6%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9BCFF (or 0xC9BCFF) is known color: Lavender Blue. HEX triplet: C9, BC and FF. RGB value is (201,188,255). Sum of RGB (Red+Green+Blue) = 201+188+255=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCFF is #364300. Grayscale: #C7C7C7. Windows color (decimal): -3556097 or 16760009. OLE color: 16760009.

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

Color convert

RGB 201 188 255 -
CMYK 0.21 0.26 0 0
HSL 251.64º 1% 0.87% -
HSV(B) 251.64º 0.26% 1% -
XYZ 60.12 55.6 102.17 -
YUV 199.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 201 188 255 0.21 0.26 0 0 251.64 1 0.87
Hex C9 BC FF 15 1A 0 0 FC 64 57
Octal 311 274 377 25 32 0 0 374 144 127
Binary 11001001 10111100 11111111 10101 11010 0 0 11111100 1100100 1010111

Color Harmonies of #C9BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCFF

Black with #C9BCFF

Text Example


Text Example

White with #C9BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCFF; }

 p { color: rgb(201,188,255); }

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

background-color css

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

 a { background-color: rgb(201,188,255); }

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

border-color css

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

 span { border-color: rgb(201,188,255); }

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