Html Css Color HEX #C9BEFA Lavender Blue

📋 copy color: '#C9BEFA'

red 201 ◦ green 190 ◦ blue 250

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

Shades of Lavender Blue #C9BEFA

Tints of Lavender Blue #C9BEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39%

R = 31.36%
G = 29.64%
B = 39%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9BEFA (or 0xC9BEFA) is known color: Lavender Blue. HEX triplet: C9, BE and FA. RGB value is (201,190,250). Sum of RGB (Red+Green+Blue) = 201+190+250=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEFA is #364105. Grayscale: #C7C7C7. Windows color (decimal): -3555590 or 16432841. OLE color: 16432841.

HSL color Cylindrical-coordinate representation of color #C9BEFA: hue angle of 251º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BEFA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 190 250 -
CMYK 0.20 0.24 0 0.02
HSL 251º 0.86% 0.86% -
HSV(B) 251º 0.24% 0.98% -
XYZ 59.76 56.15 98.13 -
YUV 200.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 201 190 250 0.20 0.24 0 0.02 251 0.86 0.86
Hex C9 BE FA 14 18 0 2 FB 56 56
Octal 311 276 372 24 30 0 2 373 126 126
Binary 11001001 10111110 11111010 10100 11000 0 10 11111011 1010110 1010110

Color Harmonies of #C9BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEFA

Black with #C9BEFA

Text Example


Text Example

White with #C9BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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