Html Css Color HEX #C9BEFE Lavender Blue

📋 copy color: '#C9BEFE'

red 201 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #C9BEFE

Tints of Lavender Blue #C9BEFE

RGB

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

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

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

R = 31.16%
G = 29.46%
B = 39.38%

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

#C9BEFE (or 0xC9BEFE) is known color: Lavender Blue. HEX triplet: C9, BE and FE. RGB value is (201,190,254). Sum of RGB (Red+Green+Blue) = 201+190+254=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEFE is #364101. Grayscale: #C8C8C8. Windows color (decimal): -3555586 or 16694985. OLE color: 16694985.

HSL color Cylindrical-coordinate representation of color #C9BEFE: hue angle of 250.31º 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 #C9BEFE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 190 254 -
CMYK 0.21 0.25 0 0.00
HSL 250.31º 0.97% 0.87% -
HSV(B) 250.31º 0.25% 1% -
XYZ 60.39 56.4 101.47 -
YUV 200.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 201 190 254 0.21 0.25 0 0.00 250.31 0.97 0.87
Hex C9 BE FE 15 19 0 0 FA 61 57
Octal 311 276 376 25 31 0 0 372 141 127
Binary 11001001 10111110 11111110 10101 11001 0 0 11111010 1100001 1010111

Color Harmonies of #C9BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEFE

Black with #C9BEFE

Text Example


Text Example

White with #C9BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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