Html Css Color HEX #C2BFEE Lavender Grey

📋 copy color: '#C2BFEE'

red 194 ◦ green 191 ◦ blue 238

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

Shades of Lavender Grey #C2BFEE

Tints of Lavender Grey #C2BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 31.14%
G = 30.66%
B = 38.2%

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

#C2BFEE (or 0xC2BFEE) is known color: Lavender Grey. HEX triplet: C2, BF and EE. RGB value is (194,191,238). Sum of RGB (Red+Green+Blue) = 194+191+238=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFEE is #3D4011. Grayscale: #C5C5C5. Windows color (decimal): -4014098 or 15646658. OLE color: 15646658.

HSL color Cylindrical-coordinate representation of color #C2BFEE: hue angle of 243.83º degrees, saturation: 0.58, 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 #C2BFEE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 191 238 -
CMYK 0.18 0.20 0 0.07
HSL 243.83º 0.58% 0.84% -
HSV(B) 243.83º 0.2% 0.93% -
XYZ 56.31 54.9 88.52 -
YUV 197.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 194 191 238 0.18 0.20 0 0.07 243.83 0.58 0.84
Hex C2 BF EE 12 14 0 7 F4 3A 54
Octal 302 277 356 22 24 0 7 364 72 124
Binary 11000010 10111111 11101110 10010 10100 0 111 11110100 111010 1010100

Color Harmonies of #C2BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFEE

Black with #C2BFEE

Text Example


Text Example

White with #C2BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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