Html Css Color HEX #C2BEE8 Lavender Grey

📋 copy color: '#C2BEE8'

red 194 ◦ green 190 ◦ blue 232

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

Shades of Lavender Grey #C2BEE8

Tints of Lavender Grey #C2BEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 31.49%
G = 30.84%
B = 37.66%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2BEE8 (or 0xC2BEE8) is known color: Lavender Grey. HEX triplet: C2, BE and E8. RGB value is (194,190,232). Sum of RGB (Red+Green+Blue) = 194+190+232=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEE8 is #3D4117. Grayscale: #C3C3C3. Windows color (decimal): -4014360 or 15253186. OLE color: 15253186.

HSL color Cylindrical-coordinate representation of color #C2BEE8: hue angle of 245.71º degrees, saturation: 0.48, 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 #C2BEE8 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 190 232 -
CMYK 0.16 0.18 0 0.09
HSL 245.71º 0.48% 0.83% -
HSV(B) 245.71º 0.18% 0.91% -
XYZ 55.23 54.12 83.88 -
YUV 195.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 194 190 232 0.16 0.18 0 0.09 245.71 0.48 0.83
Hex C2 BE E8 10 12 0 9 F6 30 53
Octal 302 276 350 20 22 0 11 366 60 123
Binary 11000010 10111110 11101000 10000 10010 0 1001 11110110 110000 1010011

Color Harmonies of #C2BEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEE8

Black with #C2BEE8

Text Example


Text Example

White with #C2BEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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