Html Css Color HEX #C9BEFC Lavender Blue

📋 copy color: '#C9BEFC'

red 201 ◦ green 190 ◦ blue 252

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

Shades of Lavender Blue #C9BEFC

Tints of Lavender Blue #C9BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.55%

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

R = 31.26%
G = 29.55%
B = 39.19%

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

#C9BEFC (or 0xC9BEFC) is known color: Lavender Blue. HEX triplet: C9, BE and FC. RGB value is (201,190,252). Sum of RGB (Red+Green+Blue) = 201+190+252=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEFC is #364103. Grayscale: #C8C8C8. Windows color (decimal): -3555588 or 16563913. OLE color: 16563913.

HSL color Cylindrical-coordinate representation of color #C9BEFC: hue angle of 250.65º degrees, saturation: 0.91, 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 #C9BEFC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 190 252 -
CMYK 0.20 0.25 0 0.01
HSL 250.65º 0.91% 0.87% -
HSV(B) 250.65º 0.25% 0.99% -
XYZ 60.07 56.27 99.79 -
YUV 200.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 201 190 252 0.20 0.25 0 0.01 250.65 0.91 0.87
Hex C9 BE FC 14 19 0 1 FB 5B 57
Octal 311 276 374 24 31 0 1 373 133 127
Binary 11001001 10111110 11111100 10100 11001 0 1 11111011 1011011 1010111

Color Harmonies of #C9BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEFC

Black with #C9BEFC

Text Example


Text Example

White with #C9BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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