Html Css Color HEX #C2BBD2 Melrose

📋 copy color: '#C2BBD2'

red 194 ◦ green 187 ◦ blue 210

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

Shades of Melrose #C2BBD2

Tints of Melrose #C2BBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.53%

R = 32.83%
G = 31.64%
B = 35.53%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2BBD2 (or 0xC2BBD2) is known color: Melrose. HEX triplet: C2, BB and D2. RGB value is (194,187,210). Sum of RGB (Red+Green+Blue) = 194+187+210=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD2 is #3D442D. Grayscale: #BFBFBF. Windows color (decimal): -4015150 or 13810626. OLE color: 13810626.

HSL color Cylindrical-coordinate representation of color #C2BBD2: hue angle of 258.26º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BBD2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 187 210 -
CMYK 0.08 0.11 0 0.18
HSL 258.26º 0.2% 0.78% -
HSV(B) 258.26º 0.11% 0.82% -
XYZ 51.65 51.66 68.22 -
YUV 191.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 194 187 210 0.08 0.11 0 0.18 258.26 0.2 0.78
Hex C2 BB D2 8 B 0 12 102 14 4E
Octal 302 273 322 10 13 0 22 402 24 116
Binary 11000010 10111011 11010010 1000 1011 0 10010 100000010 10100 1001110

Color Harmonies of #C2BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBD2

Black with #C2BBD2

Text Example


Text Example

White with #C2BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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