Html Css Color HEX #C0B6EE Melrose

📋 copy color: '#C0B6EE'

red 192 ◦ green 182 ◦ blue 238

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

Shades of Melrose #C0B6EE

Tints of Melrose #C0B6EE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.74%

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

R = 31.37%
G = 29.74%
B = 38.89%

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

#C0B6EE (or 0xC0B6EE) is known color: Melrose. HEX triplet: C0, B6 and EE. RGB value is (192,182,238). Sum of RGB (Red+Green+Blue) = 192+182+238=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6EE is #3F4911. Grayscale: #BFBFBF. Windows color (decimal): -4147474 or 15644352. OLE color: 15644352.

HSL color Cylindrical-coordinate representation of color #C0B6EE: hue angle of 250.71º degrees, saturation: 0.62, 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 #C0B6EE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 182 238 -
CMYK 0.19 0.24 0 0.07
HSL 250.71º 0.62% 0.82% -
HSV(B) 250.71º 0.24% 0.93% -
XYZ 53.9 50.84 87.86 -
YUV 191.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 192 182 238 0.19 0.24 0 0.07 250.71 0.62 0.82
Hex C0 B6 EE 13 18 0 7 FB 3E 52
Octal 300 266 356 23 30 0 7 373 76 122
Binary 11000000 10110110 11101110 10011 11000 0 111 11111011 111110 1010010

Color Harmonies of #C0B6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B6EE

Black with #C0B6EE

Text Example


Text Example

White with #C0B6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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