Html Css Color HEX #C2BEEB Lavender Grey

📋 copy color: '#C2BEEB'

red 194 ◦ green 190 ◦ blue 235

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

Shades of Lavender Grey #C2BEEB

Tints of Lavender Grey #C2BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 31.34%
G = 30.69%
B = 37.96%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2BEEB (or 0xC2BEEB) is known color: Lavender Grey. HEX triplet: C2, BE and EB. RGB value is (194,190,235). Sum of RGB (Red+Green+Blue) = 194+190+235=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEEB is #3D4114. Grayscale: #C4C4C4. Windows color (decimal): -4014357 or 15449794. OLE color: 15449794.

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

Color convert

RGB 194 190 235 -
CMYK 0.17 0.19 0 0.08
HSL 245.33º 0.53% 0.83% -
HSV(B) 245.33º 0.19% 0.92% -
XYZ 55.66 54.29 86.14 -
YUV 196.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 194 190 235 0.17 0.19 0 0.08 245.33 0.53 0.83
Hex C2 BE EB 11 13 0 8 F5 35 53
Octal 302 276 353 21 23 0 10 365 65 123
Binary 11000010 10111110 11101011 10001 10011 0 1000 11110101 110101 1010011

Color Harmonies of #C2BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEEB

Black with #C2BEEB

Text Example


Text Example

White with #C2BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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