Html Css Color HEX #C2BEEC Lavender Grey

📋 copy color: '#C2BEEC'

red 194 ◦ green 190 ◦ blue 236

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

Shades of Lavender Grey #C2BEEC

Tints of Lavender Grey #C2BEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 31.29%
G = 30.65%
B = 38.06%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2BEEC (or 0xC2BEEC) is known color: Lavender Grey. HEX triplet: C2, BE and EC. RGB value is (194,190,236). Sum of RGB (Red+Green+Blue) = 194+190+236=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEEC is #3D4113. Grayscale: #C4C4C4. Windows color (decimal): -4014356 or 15515330. OLE color: 15515330.

HSL color Cylindrical-coordinate representation of color #C2BEEC: hue angle of 245.22º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BEEC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 190 236 -
CMYK 0.18 0.19 0 0.07
HSL 245.22º 0.55% 0.84% -
HSV(B) 245.22º 0.19% 0.93% -
XYZ 55.8 54.35 86.91 -
YUV 196.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 194 190 236 0.18 0.19 0 0.07 245.22 0.55 0.84
Hex C2 BE EC 12 13 0 7 F5 37 54
Octal 302 276 354 22 23 0 7 365 67 124
Binary 11000010 10111110 11101100 10010 10011 0 111 11110101 110111 1010100

Color Harmonies of #C2BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEEC

Black with #C2BEEC

Text Example


Text Example

White with #C2BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEEC; }

 p { color: rgb(194,190,236); }

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

background-color css

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

 a { background-color: rgb(194,190,236); }

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

border-color css

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

 span { border-color: rgb(194,190,236); }

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