Html Css Color HEX #C4BBE6 Melrose

📋 copy color: '#C4BBE6'

red 196 ◦ green 187 ◦ blue 230

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

Shades of Melrose #C4BBE6

Tints of Melrose #C4BBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.52%

R = 31.97%
G = 30.51%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C4BBE6 (or 0xC4BBE6) is known color: Melrose. HEX triplet: C4, BB and E6. RGB value is (196,187,230). Sum of RGB (Red+Green+Blue) = 196+187+230=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBE6 is #3B4419. Grayscale: #C2C2C2. Windows color (decimal): -3884058 or 15121348. OLE color: 15121348.

HSL color Cylindrical-coordinate representation of color #C4BBE6: hue angle of 252.56º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BBE6 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 187 230 -
CMYK 0.15 0.19 0 0.10
HSL 252.56º 0.46% 0.82% -
HSV(B) 252.56º 0.19% 0.9% -
XYZ 54.82 52.99 82.2 -
YUV 194.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 196 187 230 0.15 0.19 0 0.10 252.56 0.46 0.82
Hex C4 BB E6 F 13 0 A FD 2E 52
Octal 304 273 346 17 23 0 12 375 56 122
Binary 11000100 10111011 11100110 1111 10011 0 1010 11111101 101110 1010010

Color Harmonies of #C4BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBE6

Black with #C4BBE6

Text Example


Text Example

White with #C4BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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