Html Css Color HEX #C4BBEC Melrose

📋 copy color: '#C4BBEC'

red 196 ◦ green 187 ◦ blue 236

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

Shades of Melrose #C4BBEC

Tints of Melrose #C4BBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 31.66%
G = 30.21%
B = 38.13%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4BBEC (or 0xC4BBEC) is known color: Melrose. HEX triplet: C4, BB and EC. RGB value is (196,187,236). Sum of RGB (Red+Green+Blue) = 196+187+236=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBEC is #3B4413. Grayscale: #C3C3C3. Windows color (decimal): -3884052 or 15514564. OLE color: 15514564.

HSL color Cylindrical-coordinate representation of color #C4BBEC: hue angle of 251.02º degrees, saturation: 0.56, 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 #C4BBEC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 187 236 -
CMYK 0.17 0.21 0 0.07
HSL 251.02º 0.56% 0.83% -
HSV(B) 251.02º 0.21% 0.93% -
XYZ 55.68 53.33 86.72 -
YUV 195.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 196 187 236 0.17 0.21 0 0.07 251.02 0.56 0.83
Hex C4 BB EC 11 15 0 7 FB 38 53
Octal 304 273 354 21 25 0 7 373 70 123
Binary 11000100 10111011 11101100 10001 10101 0 111 11111011 111000 1010011

Color Harmonies of #C4BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBEC

Black with #C4BBEC

Text Example


Text Example

White with #C4BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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