Html Css Color HEX #C0B8E9 Melrose

📋 copy color: '#C0B8E9'

red 192 ◦ green 184 ◦ blue 233

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

Shades of Melrose #C0B8E9

Tints of Melrose #C0B8E9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.21%

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 31.53%
G = 30.21%
B = 38.26%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0B8E9 (or 0xC0B8E9) is known color: Melrose. HEX triplet: C0, B8 and E9. RGB value is (192,184,233). Sum of RGB (Red+Green+Blue) = 192+184+233=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0B8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8E9 is #3F4716. Grayscale: #BFBFBF. Windows color (decimal): -4146967 or 15317184. OLE color: 15317184.

HSL color Cylindrical-coordinate representation of color #C0B8E9: hue angle of 249.8º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B8E9 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 184 233 -
CMYK 0.18 0.21 0 0.09
HSL 249.8º 0.53% 0.82% -
HSV(B) 249.8º 0.21% 0.91% -
XYZ 53.59 51.37 84.18 -
YUV 191.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 192 184 233 0.18 0.21 0 0.09 249.8 0.53 0.82
Hex C0 B8 E9 12 15 0 9 FA 35 52
Octal 300 270 351 22 25 0 11 372 65 122
Binary 11000000 10111000 11101001 10010 10101 0 1001 11111010 110101 1010010

Color Harmonies of #C0B8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B8E9

Black with #C0B8E9

Text Example


Text Example

White with #C0B8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B8E9; }

 p { color: rgb(192,184,233); }

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

background-color css

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

 a { background-color: rgb(192,184,233); }

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

border-color css

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

 span { border-color: rgb(192,184,233); }

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