Html Css Color HEX #C0BAE9 Melrose

📋 copy color: '#C0BAE9'

red 192 ◦ green 186 ◦ blue 233

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

Shades of Melrose #C0BAE9

Tints of Melrose #C0BAE9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.44%

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

R = 31.42%
G = 30.44%
B = 38.13%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0BAE9 (or 0xC0BAE9) is known color: Melrose. HEX triplet: C0, BA and E9. RGB value is (192,186,233). Sum of RGB (Red+Green+Blue) = 192+186+233=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAE9 is #3F4516. Grayscale: #C0C0C0. Windows color (decimal): -4146455 or 15317696. OLE color: 15317696.

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

Color convert

RGB 192 186 233 -
CMYK 0.18 0.20 0 0.09
HSL 247.66º 0.52% 0.82% -
HSV(B) 247.66º 0.2% 0.91% -
XYZ 54.01 52.21 84.32 -
YUV 193.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 192 186 233 0.18 0.20 0 0.09 247.66 0.52 0.82
Hex C0 BA E9 12 14 0 9 F8 34 52
Octal 300 272 351 22 24 0 11 370 64 122
Binary 11000000 10111010 11101001 10010 10100 0 1001 11111000 110100 1010010

Color Harmonies of #C0BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAE9

Black with #C0BAE9

Text Example


Text Example

White with #C0BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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