Html Css Color HEX #C0BBED Melrose

📋 copy color: '#C0BBED'

red 192 ◦ green 187 ◦ blue 237

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

Shades of Melrose #C0BBED

Tints of Melrose #C0BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.36%

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

R = 31.17%
G = 30.36%
B = 38.47%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0BBED (or 0xC0BBED) is known color: Melrose. HEX triplet: C0, BB and ED. RGB value is (192,187,237). Sum of RGB (Red+Green+Blue) = 192+187+237=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBED is #3F4412. Grayscale: #C2C2C2. Windows color (decimal): -4146195 or 15580096. OLE color: 15580096.

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

Color convert

RGB 192 187 237 -
CMYK 0.19 0.21 0 0.07
HSL 246º 0.58% 0.83% -
HSV(B) 246º 0.21% 0.93% -
XYZ 54.79 52.86 87.44 -
YUV 194.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 192 187 237 0.19 0.21 0 0.07 246 0.58 0.83
Hex C0 BB ED 13 15 0 7 F6 3A 53
Octal 300 273 355 23 25 0 7 366 72 123
Binary 11000000 10111011 11101101 10011 10101 0 111 11110110 111010 1010011

Color Harmonies of #C0BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBED

Black with #C0BBED

Text Example


Text Example

White with #C0BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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