Html Css Color HEX #C9BFFE Lavender Blue

📋 copy color: '#C9BFFE'

red 201 ◦ green 191 ◦ blue 254

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

Shades of Lavender Blue #C9BFFE

Tints of Lavender Blue #C9BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 29.57%

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

R = 31.11%
G = 29.57%
B = 39.32%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9BFFE (or 0xC9BFFE) is known color: Lavender Blue. HEX triplet: C9, BF and FE. RGB value is (201,191,254). Sum of RGB (Red+Green+Blue) = 201+191+254=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFFE is #364001. Grayscale: #C8C8C8. Windows color (decimal): -3555330 or 16695241. OLE color: 16695241.

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

Color convert

RGB 201 191 254 -
CMYK 0.21 0.25 0 0.00
HSL 249.52º 0.97% 0.87% -
HSV(B) 249.52º 0.25% 1% -
XYZ 60.61 56.83 101.54 -
YUV 201.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 201 191 254 0.21 0.25 0 0.00 249.52 0.97 0.87
Hex C9 BF FE 15 19 0 0 FA 61 57
Octal 311 277 376 25 31 0 0 372 141 127
Binary 11001001 10111111 11111110 10101 11001 0 0 11111010 1100001 1010111

Color Harmonies of #C9BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFFE

Black with #C9BFFE

Text Example


Text Example

White with #C9BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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