Html Css Color HEX #C0BFEA Lavender Grey

📋 copy color: '#C0BFEA'

red 192 ◦ green 191 ◦ blue 234

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

Shades of Lavender Grey #C0BFEA

Tints of Lavender Grey #C0BFEA

RGB

 RED value IS 192 (75.39% from 255) = 31.12%

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 31.12%
G = 30.96%
B = 37.93%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0BFEA (or 0xC0BFEA) is known color: Lavender Grey. HEX triplet: C0, BF and EA. RGB value is (192,191,234). Sum of RGB (Red+Green+Blue) = 192+191+234=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFEA is #3F4015. Grayscale: #C4C4C4. Windows color (decimal): -4145174 or 15384512. OLE color: 15384512.

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

Color convert

RGB 192 191 234 -
CMYK 0.18 0.18 0 0.08
HSL 241.4º 0.51% 0.83% -
HSV(B) 241.4º 0.18% 0.92% -
XYZ 55.22 54.41 85.43 -
YUV 196.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 192 191 234 0.18 0.18 0 0.08 241.4 0.51 0.83
Hex C0 BF EA 12 12 0 8 F1 33 53
Octal 300 277 352 22 22 0 10 361 63 123
Binary 11000000 10111111 11101010 10010 10010 0 1000 11110001 110011 1010011

Color Harmonies of #C0BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BFEA

Black with #C0BFEA

Text Example


Text Example

White with #C0BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BFEA; }

 p { color: rgb(192,191,234); }

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

background-color css

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

 a { background-color: rgb(192,191,234); }

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

border-color css

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

 span { border-color: rgb(192,191,234); }

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