Html Css Color HEX #C0B2ED Melrose

📋 copy color: '#C0B2ED'

red 192 ◦ green 178 ◦ blue 237

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

Shades of Melrose #C0B2ED

Tints of Melrose #C0B2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 31.63%
G = 29.32%
B = 39.04%

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

#C0B2ED (or 0xC0B2ED) is known color: Melrose. HEX triplet: C0, B2 and ED. RGB value is (192,178,237). Sum of RGB (Red+Green+Blue) = 192+178+237=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B2ED is #3F4D12. Grayscale: #BCBCBC. Windows color (decimal): -4148499 or 15577792. OLE color: 15577792.

HSL color Cylindrical-coordinate representation of color #C0B2ED: hue angle of 254.24º degrees, saturation: 0.62, 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 #C0B2ED is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 178 237 -
CMYK 0.19 0.25 0 0.07
HSL 254.24º 0.62% 0.81% -
HSV(B) 254.24º 0.25% 0.93% -
XYZ 52.94 49.16 86.82 -
YUV 188.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 192 178 237 0.19 0.25 0 0.07 254.24 0.62 0.81
Hex C0 B2 ED 13 19 0 7 FE 3E 51
Octal 300 262 355 23 31 0 7 376 76 121
Binary 11000000 10110010 11101101 10011 11001 0 111 11111110 111110 1010001

Color Harmonies of #C0B2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B2ED

Black with #C0B2ED

Text Example


Text Example

White with #C0B2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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