Html Css Color HEX #C2BEED Lavender Grey

📋 copy color: '#C2BEED'

red 194 ◦ green 190 ◦ blue 237

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

Shades of Lavender Grey #C2BEED

Tints of Lavender Grey #C2BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 31.24%
G = 30.6%
B = 38.16%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2BEED (or 0xC2BEED) is known color: Lavender Grey. HEX triplet: C2, BE and ED. RGB value is (194,190,237). Sum of RGB (Red+Green+Blue) = 194+190+237=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEED is #3D4112. Grayscale: #C4C4C4. Windows color (decimal): -4014355 or 15580866. OLE color: 15580866.

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

Color convert

RGB 194 190 237 -
CMYK 0.18 0.20 0 0.07
HSL 245.11º 0.57% 0.84% -
HSV(B) 245.11º 0.2% 0.93% -
XYZ 55.95 54.41 87.67 -
YUV 196.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 194 190 237 0.18 0.20 0 0.07 245.11 0.57 0.84
Hex C2 BE ED 12 14 0 7 F5 39 54
Octal 302 276 355 22 24 0 7 365 71 124
Binary 11000010 10111110 11101101 10010 10100 0 111 11110101 111001 1010100

Color Harmonies of #C2BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEED

Black with #C2BEED

Text Example


Text Example

White with #C2BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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