Html Css Color HEX #C0B2E8 Melrose

📋 copy color: '#C0B2E8'

red 192 ◦ green 178 ◦ blue 232

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

Shades of Melrose #C0B2E8

Tints of Melrose #C0B2E8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.57%

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 31.89%
G = 29.57%
B = 38.54%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0B2E8 (or 0xC0B2E8) is known color: Melrose. HEX triplet: C0, B2 and E8. RGB value is (192,178,232). Sum of RGB (Red+Green+Blue) = 192+178+232=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0B2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B2E8 is #3F4D17. Grayscale: #BCBCBC. Windows color (decimal): -4148504 or 15250112. OLE color: 15250112.

HSL color Cylindrical-coordinate representation of color #C0B2E8: hue angle of 255.56º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B2E8 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 178 232 -
CMYK 0.17 0.23 0 0.09
HSL 255.56º 0.54% 0.8% -
HSV(B) 255.56º 0.23% 0.91% -
XYZ 52.22 48.87 83.02 -
YUV 188.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 192 178 232 0.17 0.23 0 0.09 255.56 0.54 0.8
Hex C0 B2 E8 11 17 0 9 100 36 50
Octal 300 262 350 21 27 0 11 400 66 120
Binary 11000000 10110010 11101000 10001 10111 0 1001 100000000 110110 1010000

Color Harmonies of #C0B2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B2E8

Black with #C0B2E8

Text Example


Text Example

White with #C0B2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B2E8; }

 p { color: rgb(192,178,232); }

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

background-color css

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

 a { background-color: rgb(192,178,232); }

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

border-color css

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

 span { border-color: rgb(192,178,232); }

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