Html Css Color HEX #C2BBE6 Melrose

📋 copy color: '#C2BBE6'

red 194 ◦ green 187 ◦ blue 230

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

Shades of Melrose #C2BBE6

Tints of Melrose #C2BBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.64%

R = 31.75%
G = 30.61%
B = 37.64%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C2BBE6 (or 0xC2BBE6) is known color: Melrose. HEX triplet: C2, BB and E6. RGB value is (194,187,230). Sum of RGB (Red+Green+Blue) = 194+187+230=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBE6 is #3D4419. Grayscale: #C1C1C1. Windows color (decimal): -4015130 or 15121346. OLE color: 15121346.

HSL color Cylindrical-coordinate representation of color #C2BBE6: hue angle of 249.77º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BBE6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 187 230 -
CMYK 0.16 0.19 0 0.10
HSL 249.77º 0.46% 0.82% -
HSV(B) 249.77º 0.19% 0.9% -
XYZ 54.3 52.72 82.18 -
YUV 194 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 194 187 230 0.16 0.19 0 0.10 249.77 0.46 0.82
Hex C2 BB E6 10 13 0 A FA 2E 52
Octal 302 273 346 20 23 0 12 372 56 122
Binary 11000010 10111011 11100110 10000 10011 0 1010 11111010 101110 1010010

Color Harmonies of #C2BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBE6

Black with #C2BBE6

Text Example


Text Example

White with #C2BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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