Html Css Color HEX #C0B8E5 Melrose

📋 copy color: '#C0B8E5'

red 192 ◦ green 184 ◦ blue 229

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

Shades of Melrose #C0B8E5

Tints of Melrose #C0B8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 31.74%
G = 30.41%
B = 37.85%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C0B8E5 (or 0xC0B8E5) is known color: Melrose. HEX triplet: C0, B8 and E5. RGB value is (192,184,229). Sum of RGB (Red+Green+Blue) = 192+184+229=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0B8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8E5 is #3F471A. Grayscale: #BFBFBF. Windows color (decimal): -4146971 or 15055040. OLE color: 15055040.

HSL color Cylindrical-coordinate representation of color #C0B8E5: hue angle of 250.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0B8E5 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 184 229 -
CMYK 0.16 0.20 0 0.10
HSL 250.67º 0.46% 0.81% -
HSV(B) 250.67º 0.2% 0.9% -
XYZ 53.02 51.14 81.21 -
YUV 191.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 192 184 229 0.16 0.20 0 0.10 250.67 0.46 0.81
Hex C0 B8 E5 10 14 0 A FB 2E 51
Octal 300 270 345 20 24 0 12 373 56 121
Binary 11000000 10111000 11100101 10000 10100 0 1010 11111011 101110 1010001

Color Harmonies of #C0B8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B8E5

Black with #C0B8E5

Text Example


Text Example

White with #C0B8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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