Html Css Color HEX #C9BCFC Lavender Blue

📋 copy color: '#C9BCFC'

red 201 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #C9BCFC

Tints of Lavender Blue #C9BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.31%

R = 31.36%
G = 29.33%
B = 39.31%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9BCFC (or 0xC9BCFC) is known color: Lavender Blue. HEX triplet: C9, BC and FC. RGB value is (201,188,252). Sum of RGB (Red+Green+Blue) = 201+188+252=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCFC is #364303. Grayscale: #C6C6C6. Windows color (decimal): -3556100 or 16563401. OLE color: 16563401.

HSL color Cylindrical-coordinate representation of color #C9BCFC: hue angle of 252.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BCFC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 188 252 -
CMYK 0.20 0.25 0 0.01
HSL 252.19º 0.91% 0.86% -
HSV(B) 252.19º 0.25% 0.99% -
XYZ 59.64 55.41 99.65 -
YUV 199.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 201 188 252 0.20 0.25 0 0.01 252.19 0.91 0.86
Hex C9 BC FC 14 19 0 1 FC 5B 56
Octal 311 274 374 24 31 0 1 374 133 126
Binary 11001001 10111100 11111100 10100 11001 0 1 11111100 1011011 1010110

Color Harmonies of #C9BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCFC

Black with #C9BCFC

Text Example


Text Example

White with #C9BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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