Html Css Color HEX #C4BBE1 Melrose

📋 copy color: '#C4BBE1'

red 196 ◦ green 187 ◦ blue 225

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

Shades of Melrose #C4BBE1

Tints of Melrose #C4BBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.01%

R = 32.24%
G = 30.76%
B = 37.01%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4BBE1 (or 0xC4BBE1) is known color: Melrose. HEX triplet: C4, BB and E1. RGB value is (196,187,225). Sum of RGB (Red+Green+Blue) = 196+187+225=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4BBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBE1 is #3B441E. Grayscale: #C1C1C1. Windows color (decimal): -3884063 or 14793668. OLE color: 14793668.

HSL color Cylindrical-coordinate representation of color #C4BBE1: hue angle of 254.21º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4BBE1 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 187 225 -
CMYK 0.13 0.17 0 0.12
HSL 254.21º 0.39% 0.81% -
HSV(B) 254.21º 0.17% 0.88% -
XYZ 54.13 52.71 78.56 -
YUV 194.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 196 187 225 0.13 0.17 0 0.12 254.21 0.39 0.81
Hex C4 BB E1 D 11 0 C FE 27 51
Octal 304 273 341 15 21 0 14 376 47 121
Binary 11000100 10111011 11100001 1101 10001 0 1100 11111110 100111 1010001

Color Harmonies of #C4BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBE1

Black with #C4BBE1

Text Example


Text Example

White with #C4BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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