Html Css Color HEX #C2BDE4 Lavender Grey

📋 copy color: '#C2BDE4'

red 194 ◦ green 189 ◦ blue 228

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

Shades of Lavender Grey #C2BDE4

Tints of Lavender Grey #C2BDE4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.93%

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 31.75%
G = 30.93%
B = 37.32%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C2BDE4 (or 0xC2BDE4) is known color: Lavender Grey. HEX triplet: C2, BD and E4. RGB value is (194,189,228). Sum of RGB (Red+Green+Blue) = 194+189+228=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDE4 is #3D421B. Grayscale: #C2C2C2. Windows color (decimal): -4014620 or 14990786. OLE color: 14990786.

HSL color Cylindrical-coordinate representation of color #C2BDE4: hue angle of 247.69º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BDE4 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 189 228 -
CMYK 0.15 0.17 0 0.11
HSL 247.69º 0.42% 0.82% -
HSV(B) 247.69º 0.17% 0.89% -
XYZ 54.45 53.47 80.85 -
YUV 194.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 194 189 228 0.15 0.17 0 0.11 247.69 0.42 0.82
Hex C2 BD E4 F 11 0 B F8 2A 52
Octal 302 275 344 17 21 0 13 370 52 122
Binary 11000010 10111101 11100100 1111 10001 0 1011 11111000 101010 1010010

Color Harmonies of #C2BDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDE4

Black with #C2BDE4

Text Example


Text Example

White with #C2BDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDE4; }

 p { color: rgb(194,189,228); }

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

background-color css

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

 a { background-color: rgb(194,189,228); }

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

border-color css

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

 span { border-color: rgb(194,189,228); }

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