Html Css Color HEX #C0B1EC Melrose

📋 copy color: '#C0B1EC'

red 192 ◦ green 177 ◦ blue 236

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

Shades of Melrose #C0B1EC

Tints of Melrose #C0B1EC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 31.74%
G = 29.26%
B = 39.01%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0B1EC (or 0xC0B1EC) is known color: Melrose. HEX triplet: C0, B1 and EC. RGB value is (192,177,236). Sum of RGB (Red+Green+Blue) = 192+177+236=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0B1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B1EC is #3F4E13. Grayscale: #BBBBBB. Windows color (decimal): -4148756 or 15512000. OLE color: 15512000.

HSL color Cylindrical-coordinate representation of color #C0B1EC: hue angle of 255.25º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0B1EC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 177 236 -
CMYK 0.19 0.25 0 0.07
HSL 255.25º 0.61% 0.81% -
HSV(B) 255.25º 0.25% 0.93% -
XYZ 52.6 48.71 85.99 -
YUV 188.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 192 177 236 0.19 0.25 0 0.07 255.25 0.61 0.81
Hex C0 B1 EC 13 19 0 7 FF 3D 51
Octal 300 261 354 23 31 0 7 377 75 121
Binary 11000000 10110001 11101100 10011 11001 0 111 11111111 111101 1010001

Color Harmonies of #C0B1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B1EC

Black with #C0B1EC

Text Example


Text Example

White with #C0B1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B1EC; }

 p { color: rgb(192,177,236); }

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

background-color css

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

 a { background-color: rgb(192,177,236); }

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

border-color css

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

 span { border-color: rgb(192,177,236); }

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