Html Css Color HEX #C0B4EA Melrose

📋 copy color: '#C0B4EA'

red 192 ◦ green 180 ◦ blue 234

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

Shades of Melrose #C0B4EA

Tints of Melrose #C0B4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.7%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 31.68%
G = 29.7%
B = 38.61%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0B4EA (or 0xC0B4EA) is known color: Melrose. HEX triplet: C0, B4 and EA. RGB value is (192,180,234). Sum of RGB (Red+Green+Blue) = 192+180+234=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B4EA is #3F4B15. Grayscale: #BDBDBD. Windows color (decimal): -4147990 or 15381696. OLE color: 15381696.

HSL color Cylindrical-coordinate representation of color #C0B4EA: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B4EA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 180 234 -
CMYK 0.18 0.23 0 0.08
HSL 253.33º 0.56% 0.81% -
HSV(B) 253.33º 0.23% 0.92% -
XYZ 52.91 49.79 84.66 -
YUV 189.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 192 180 234 0.18 0.23 0 0.08 253.33 0.56 0.81
Hex C0 B4 EA 12 17 0 8 FD 38 51
Octal 300 264 352 22 27 0 10 375 70 121
Binary 11000000 10110100 11101010 10010 10111 0 1000 11111101 111000 1010001

Color Harmonies of #C0B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B4EA

Black with #C0B4EA

Text Example


Text Example

White with #C0B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B4EA; }

 p { color: rgb(192,180,234); }

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

background-color css

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

 a { background-color: rgb(192,180,234); }

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

border-color css

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

 span { border-color: rgb(192,180,234); }

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