Html Css Color HEX #C4BBEA Melrose

📋 copy color: '#C4BBEA'

red 196 ◦ green 187 ◦ blue 234

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

Shades of Melrose #C4BBEA

Tints of Melrose #C4BBEA

RGB

 RED value IS 196 (76.95% from 255) = 31.77%

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 31.77%
G = 30.31%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4BBEA (or 0xC4BBEA) is known color: Melrose. HEX triplet: C4, BB and EA. RGB value is (196,187,234). Sum of RGB (Red+Green+Blue) = 196+187+234=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBEA is #3B4415. Grayscale: #C2C2C2. Windows color (decimal): -3884054 or 15383492. OLE color: 15383492.

HSL color Cylindrical-coordinate representation of color #C4BBEA: hue angle of 251.49º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BBEA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 187 234 -
CMYK 0.16 0.20 0 0.08
HSL 251.49º 0.53% 0.83% -
HSV(B) 251.49º 0.2% 0.92% -
XYZ 55.39 53.22 85.19 -
YUV 195.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 196 187 234 0.16 0.20 0 0.08 251.49 0.53 0.83
Hex C4 BB EA 10 14 0 8 FB 35 53
Octal 304 273 352 20 24 0 10 373 65 123
Binary 11000100 10111011 11101010 10000 10100 0 1000 11111011 110101 1010011

Color Harmonies of #C4BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBEA

Black with #C4BBEA

Text Example


Text Example

White with #C4BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBEA; }

 p { color: rgb(196,187,234); }

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

background-color css

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

 a { background-color: rgb(196,187,234); }

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

border-color css

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

 span { border-color: rgb(196,187,234); }

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