Html Css Color HEX #C0BCEA Lavender Grey

📋 copy color: '#C0BCEA'

red 192 ◦ green 188 ◦ blue 234

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

Shades of Lavender Grey #C0BCEA

Tints of Lavender Grey #C0BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.62%

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

R = 31.27%
G = 30.62%
B = 38.11%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0BCEA (or 0xC0BCEA) is known color: Lavender Grey. HEX triplet: C0, BC and EA. RGB value is (192,188,234). Sum of RGB (Red+Green+Blue) = 192+188+234=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCEA is #3F4315. Grayscale: #C2C2C2. Windows color (decimal): -4145942 or 15383744. OLE color: 15383744.

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

Color convert

RGB 192 188 234 -
CMYK 0.18 0.20 0 0.08
HSL 245.22º 0.52% 0.83% -
HSV(B) 245.22º 0.2% 0.92% -
XYZ 54.57 53.11 85.22 -
YUV 194.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 192 188 234 0.18 0.20 0 0.08 245.22 0.52 0.83
Hex C0 BC EA 12 14 0 8 F5 34 53
Octal 300 274 352 22 24 0 10 365 64 123
Binary 11000000 10111100 11101010 10010 10100 0 1000 11110101 110100 1010011

Color Harmonies of #C0BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCEA

Black with #C0BCEA

Text Example


Text Example

White with #C0BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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