Html Css Color HEX #C0BCEE Lavender Grey

📋 copy color: '#C0BCEE'

red 192 ◦ green 188 ◦ blue 238

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

Shades of Lavender Grey #C0BCEE

Tints of Lavender Grey #C0BCEE

RGB

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

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

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

R = 31.07%
G = 30.42%
B = 38.51%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0BCEE (or 0xC0BCEE) is known color: Lavender Grey. HEX triplet: C0, BC and EE. RGB value is (192,188,238). Sum of RGB (Red+Green+Blue) = 192+188+238=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCEE is #3F4311. Grayscale: #C2C2C2. Windows color (decimal): -4145938 or 15645888. OLE color: 15645888.

HSL color Cylindrical-coordinate representation of color #C0BCEE: hue angle of 244.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BCEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 188 238 -
CMYK 0.19 0.21 0 0.07
HSL 244.8º 0.6% 0.84% -
HSV(B) 244.8º 0.21% 0.93% -
XYZ 55.15 53.35 88.28 -
YUV 194.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 192 188 238 0.19 0.21 0 0.07 244.8 0.6 0.84
Hex C0 BC EE 13 15 0 7 F5 3C 54
Octal 300 274 356 23 25 0 7 365 74 124
Binary 11000000 10111100 11101110 10011 10101 0 111 11110101 111100 1010100

Color Harmonies of #C0BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCEE

Black with #C0BCEE

Text Example


Text Example

White with #C0BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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