Html Css Color HEX #C2BEE0 Lavender Grey

📋 copy color: '#C2BEE0'

red 194 ◦ green 190 ◦ blue 224

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

Shades of Lavender Grey #C2BEE0

Tints of Lavender Grey #C2BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 31.91%
G = 31.25%
B = 36.84%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2BEE0 (or 0xC2BEE0) is known color: Lavender Grey. HEX triplet: C2, BE and E0. RGB value is (194,190,224). Sum of RGB (Red+Green+Blue) = 194+190+224=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEE0 is #3D411F. Grayscale: #C2C2C2. Windows color (decimal): -4014368 or 14728898. OLE color: 14728898.

HSL color Cylindrical-coordinate representation of color #C2BEE0: hue angle of 247.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BEE0 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 190 224 -
CMYK 0.13 0.15 0 0.12
HSL 247.06º 0.35% 0.81% -
HSV(B) 247.06º 0.15% 0.88% -
XYZ 54.12 53.68 78.03 -
YUV 195.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 194 190 224 0.13 0.15 0 0.12 247.06 0.35 0.81
Hex C2 BE E0 D F 0 C F7 23 51
Octal 302 276 340 15 17 0 14 367 43 121
Binary 11000010 10111110 11100000 1101 1111 0 1100 11110111 100011 1010001

Color Harmonies of #C2BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEE0

Black with #C2BEE0

Text Example


Text Example

White with #C2BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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