Html Css Color HEX #C0B5EE Melrose

📋 copy color: '#C0B5EE'

red 192 ◦ green 181 ◦ blue 238

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

Shades of Melrose #C0B5EE

Tints of Melrose #C0B5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.62%

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

R = 31.42%
G = 29.62%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0B5EE (or 0xC0B5EE) is known color: Melrose. HEX triplet: C0, B5 and EE. RGB value is (192,181,238). Sum of RGB (Red+Green+Blue) = 192+181+238=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B5EE is #3F4A11. Grayscale: #BEBEBE. Windows color (decimal): -4147730 or 15644096. OLE color: 15644096.

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

Color convert

RGB 192 181 238 -
CMYK 0.19 0.24 0 0.07
HSL 251.58º 0.63% 0.82% -
HSV(B) 251.58º 0.24% 0.93% -
XYZ 53.69 50.43 87.79 -
YUV 190.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 192 181 238 0.19 0.24 0 0.07 251.58 0.63 0.82
Hex C0 B5 EE 13 18 0 7 FC 3F 52
Octal 300 265 356 23 30 0 7 374 77 122
Binary 11000000 10110101 11101110 10011 11000 0 111 11111100 111111 1010010

Color Harmonies of #C0B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5EE

Black with #C0B5EE

Text Example


Text Example

White with #C0B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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