Html Css Color HEX #C2BBE0 Melrose

📋 copy color: '#C2BBE0'

red 194 ◦ green 187 ◦ blue 224

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

Shades of Melrose #C2BBE0

Tints of Melrose #C2BBE0

RGB

 RED value IS 194 (76.17% from 255) = 32.07%

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

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 32.07%
G = 30.91%
B = 37.02%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2BBE0 (or 0xC2BBE0) is known color: Melrose. HEX triplet: C2, BB and E0. RGB value is (194,187,224). Sum of RGB (Red+Green+Blue) = 194+187+224=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBE0 is #3D441F. Grayscale: #C1C1C1. Windows color (decimal): -4015136 or 14728130. OLE color: 14728130.

HSL color Cylindrical-coordinate representation of color #C2BBE0: hue angle of 251.35º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BBE0 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 187 224 -
CMYK 0.13 0.17 0 0.12
HSL 251.35º 0.37% 0.81% -
HSV(B) 251.35º 0.17% 0.88% -
XYZ 53.47 52.39 77.82 -
YUV 193.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 194 187 224 0.13 0.17 0 0.12 251.35 0.37 0.81
Hex C2 BB E0 D 11 0 C FB 25 51
Octal 302 273 340 15 21 0 14 373 45 121
Binary 11000010 10111011 11100000 1101 10001 0 1100 11111011 100101 1010001

Color Harmonies of #C2BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBE0

Black with #C2BBE0

Text Example


Text Example

White with #C2BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBE0; }

 p { color: rgb(194,187,224); }

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

background-color css

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

 a { background-color: rgb(194,187,224); }

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

border-color css

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

 span { border-color: rgb(194,187,224); }

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