Html Css Color HEX #C2BEE9 Lavender Grey

📋 copy color: '#C2BEE9'

red 194 ◦ green 190 ◦ blue 233

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

Shades of Lavender Grey #C2BEE9

Tints of Lavender Grey #C2BEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.76%

R = 31.44%
G = 30.79%
B = 37.76%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2BEE9 (or 0xC2BEE9) is known color: Lavender Grey. HEX triplet: C2, BE and E9. RGB value is (194,190,233). Sum of RGB (Red+Green+Blue) = 194+190+233=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEE9 is #3D4116. Grayscale: #C3C3C3. Windows color (decimal): -4014359 or 15318722. OLE color: 15318722.

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

Color convert

RGB 194 190 233 -
CMYK 0.17 0.18 0 0.09
HSL 245.58º 0.49% 0.83% -
HSV(B) 245.58º 0.18% 0.91% -
XYZ 55.37 54.18 84.63 -
YUV 196.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 194 190 233 0.17 0.18 0 0.09 245.58 0.49 0.83
Hex C2 BE E9 11 12 0 9 F6 31 53
Octal 302 276 351 21 22 0 11 366 61 123
Binary 11000010 10111110 11101001 10001 10010 0 1001 11110110 110001 1010011

Color Harmonies of #C2BEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEE9

Black with #C2BEE9

Text Example


Text Example

White with #C2BEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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