Html Css Color HEX #C0B5EF Melrose

📋 copy color: '#C0B5EF'

red 192 ◦ green 181 ◦ blue 239

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

Shades of Melrose #C0B5EF

Tints of Melrose #C0B5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.05%

R = 31.37%
G = 29.58%
B = 39.05%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0B5EF (or 0xC0B5EF) is known color: Melrose. HEX triplet: C0, B5 and EF. RGB value is (192,181,239). Sum of RGB (Red+Green+Blue) = 192+181+239=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B5EF is #3F4A10. Grayscale: #BEBEBE. Windows color (decimal): -4147729 or 15709632. OLE color: 15709632.

HSL color Cylindrical-coordinate representation of color #C0B5EF: hue angle of 251.38º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B5EF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 181 239 -
CMYK 0.20 0.24 0 0.06
HSL 251.38º 0.64% 0.82% -
HSV(B) 251.38º 0.24% 0.94% -
XYZ 53.84 50.49 88.57 -
YUV 190.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 192 181 239 0.20 0.24 0 0.06 251.38 0.64 0.82
Hex C0 B5 EF 14 18 0 6 FB 40 52
Octal 300 265 357 24 30 0 6 373 100 122
Binary 11000000 10110101 11101111 10100 11000 0 110 11111011 1000000 1010010

Color Harmonies of #C0B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5EF

Black with #C0B5EF

Text Example


Text Example

White with #C0B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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