Html Css Color HEX #C4BBE9 Melrose

📋 copy color: '#C4BBE9'

red 196 ◦ green 187 ◦ blue 233

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

Shades of Melrose #C4BBE9

Tints of Melrose #C4BBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.82%

R = 31.82%
G = 30.36%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4BBE9 (or 0xC4BBE9) is known color: Melrose. HEX triplet: C4, BB and E9. RGB value is (196,187,233). Sum of RGB (Red+Green+Blue) = 196+187+233=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #C4BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBE9 is #3B4416. Grayscale: #C2C2C2. Windows color (decimal): -3884055 or 15317956. OLE color: 15317956.

HSL color Cylindrical-coordinate representation of color #C4BBE9: hue angle of 251.74º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BBE9 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 187 233 -
CMYK 0.16 0.20 0 0.09
HSL 251.74º 0.51% 0.82% -
HSV(B) 251.74º 0.2% 0.91% -
XYZ 55.24 53.16 84.44 -
YUV 194.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 196 187 233 0.16 0.20 0 0.09 251.74 0.51 0.82
Hex C4 BB E9 10 14 0 9 FC 33 52
Octal 304 273 351 20 24 0 11 374 63 122
Binary 11000100 10111011 11101001 10000 10100 0 1001 11111100 110011 1010010

Color Harmonies of #C4BBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBE9

Black with #C4BBE9

Text Example


Text Example

White with #C4BBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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