Html Css Color HEX #C2BFEA Lavender Grey

📋 copy color: '#C2BFEA'

red 194 ◦ green 191 ◦ blue 234

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

Shades of Lavender Grey #C2BFEA

Tints of Lavender Grey #C2BFEA

RGB

 RED value IS 194 (76.17% from 255) = 31.34%

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

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 31.34%
G = 30.86%
B = 37.8%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2BFEA (or 0xC2BFEA) is known color: Lavender Grey. HEX triplet: C2, BF and EA. RGB value is (194,191,234). Sum of RGB (Red+Green+Blue) = 194+191+234=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFEA is #3D4015. Grayscale: #C4C4C4. Windows color (decimal): -4014102 or 15384514. OLE color: 15384514.

HSL color Cylindrical-coordinate representation of color #C2BFEA: hue angle of 244.19º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BFEA is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 191 234 -
CMYK 0.17 0.18 0 0.08
HSL 244.19º 0.51% 0.83% -
HSV(B) 244.19º 0.18% 0.92% -
XYZ 55.73 54.67 85.46 -
YUV 196.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 194 191 234 0.17 0.18 0 0.08 244.19 0.51 0.83
Hex C2 BF EA 11 12 0 8 F4 33 53
Octal 302 277 352 21 22 0 10 364 63 123
Binary 11000010 10111111 11101010 10001 10010 0 1000 11110100 110011 1010011

Color Harmonies of #C2BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFEA

Black with #C2BFEA

Text Example


Text Example

White with #C2BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFEA; }

 p { color: rgb(194,191,234); }

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

background-color css

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

 a { background-color: rgb(194,191,234); }

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

border-color css

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

 span { border-color: rgb(194,191,234); }

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