Html Css Color HEX #C9B6FE Lavender Blue

📋 copy color: '#C9B6FE'

red 201 ◦ green 182 ◦ blue 254

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

Shades of Lavender Blue #C9B6FE

Tints of Lavender Blue #C9B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.57%

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

R = 31.55%
G = 28.57%
B = 39.87%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9B6FE (or 0xC9B6FE) is known color: Lavender Blue. HEX triplet: C9, B6 and FE. RGB value is (201,182,254). Sum of RGB (Red+Green+Blue) = 201+182+254=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6FE is #364901. Grayscale: #C3C3C3. Windows color (decimal): -3557634 or 16692937. OLE color: 16692937.

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

Color convert

RGB 201 182 254 -
CMYK 0.21 0.28 0 0.00
HSL 255.83º 0.97% 0.85% -
HSV(B) 255.83º 0.28% 1% -
XYZ 58.7 53.03 100.91 -
YUV 195.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 201 182 254 0.21 0.28 0 0.00 255.83 0.97 0.85
Hex C9 B6 FE 15 1C 0 0 100 61 55
Octal 311 266 376 25 34 0 0 400 141 125
Binary 11001001 10110110 11111110 10101 11100 0 0 100000000 1100001 1010101

Color Harmonies of #C9B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B6FE

Black with #C9B6FE

Text Example


Text Example

White with #C9B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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