Html Css Color HEX #C0B7ED Melrose

📋 copy color: '#C0B7ED'

red 192 ◦ green 183 ◦ blue 237

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

Shades of Melrose #C0B7ED

Tints of Melrose #C0B7ED

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.9%

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 31.37%
G = 29.9%
B = 38.73%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0B7ED (or 0xC0B7ED) is known color: Melrose. HEX triplet: C0, B7 and ED. RGB value is (192,183,237). Sum of RGB (Red+Green+Blue) = 192+183+237=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7ED is #3F4812. Grayscale: #BFBFBF. Windows color (decimal): -4147219 or 15579072. OLE color: 15579072.

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

Color convert

RGB 192 183 237 -
CMYK 0.19 0.23 0 0.07
HSL 250º 0.6% 0.82% -
HSV(B) 250º 0.23% 0.93% -
XYZ 53.96 51.19 87.16 -
YUV 191.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 192 183 237 0.19 0.23 0 0.07 250 0.6 0.82
Hex C0 B7 ED 13 17 0 7 FA 3C 52
Octal 300 267 355 23 27 0 7 372 74 122
Binary 11000000 10110111 11101101 10011 10111 0 111 11111010 111100 1010010

Color Harmonies of #C0B7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B7ED

Black with #C0B7ED

Text Example


Text Example

White with #C0B7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B7ED; }

 p { color: rgb(192,183,237); }

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

background-color css

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

 a { background-color: rgb(192,183,237); }

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

border-color css

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

 span { border-color: rgb(192,183,237); }

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