Html Css Color HEX #C9BFFD Lavender Blue

📋 copy color: '#C9BFFD'

red 201 ◦ green 191 ◦ blue 253

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

Shades of Lavender Blue #C9BFFD

Tints of Lavender Blue #C9BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.22%

R = 31.16%
G = 29.61%
B = 39.22%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9BFFD (or 0xC9BFFD) is known color: Lavender Blue. HEX triplet: C9, BF and FD. RGB value is (201,191,253). Sum of RGB (Red+Green+Blue) = 201+191+253=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFFD is #364002. Grayscale: #C8C8C8. Windows color (decimal): -3555331 or 16629705. OLE color: 16629705.

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

Color convert

RGB 201 191 253 -
CMYK 0.21 0.25 0 0.01
HSL 249.68º 0.94% 0.87% -
HSV(B) 249.68º 0.25% 0.99% -
XYZ 60.45 56.77 100.7 -
YUV 201.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 201 191 253 0.21 0.25 0 0.01 249.68 0.94 0.87
Hex C9 BF FD 15 19 0 1 FA 5E 57
Octal 311 277 375 25 31 0 1 372 136 127
Binary 11001001 10111111 11111101 10101 11001 0 1 11111010 1011110 1010111

Color Harmonies of #C9BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFFD

Black with #C9BFFD

Text Example


Text Example

White with #C9BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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