Html Css Color HEX #C2BFE0 Lavender Grey

📋 copy color: '#C2BFE0'

red 194 ◦ green 191 ◦ blue 224

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

Shades of Lavender Grey #C2BFE0

Tints of Lavender Grey #C2BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 31.36%

 BLUE value IS 224 (87.89% from 255) = 36.78%

R = 31.86%
G = 31.36%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2BFE0 (or 0xC2BFE0) is known color: Lavender Grey. HEX triplet: C2, BF and E0. RGB value is (194,191,224). Sum of RGB (Red+Green+Blue) = 194+191+224=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFE0 is #3D401F. Grayscale: #C3C3C3. Windows color (decimal): -4014112 or 14729154. OLE color: 14729154.

HSL color Cylindrical-coordinate representation of color #C2BFE0: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BFE0 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 191 224 -
CMYK 0.13 0.15 0 0.12
HSL 245.45º 0.35% 0.81% -
HSV(B) 245.45º 0.15% 0.88% -
XYZ 54.33 54.11 78.1 -
YUV 195.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 194 191 224 0.13 0.15 0 0.12 245.45 0.35 0.81
Hex C2 BF E0 D F 0 C F5 23 51
Octal 302 277 340 15 17 0 14 365 43 121
Binary 11000010 10111111 11100000 1101 1111 0 1100 11110101 100011 1010001

Color Harmonies of #C2BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFE0

Black with #C2BFE0

Text Example


Text Example

White with #C2BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFE0; }

 p { color: rgb(194,191,224); }

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

background-color css

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

 a { background-color: rgb(194,191,224); }

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

border-color css

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

 span { border-color: rgb(194,191,224); }

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