Html Css Color HEX #C4BBE8 Melrose

📋 copy color: '#C4BBE8'

red 196 ◦ green 187 ◦ blue 232

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

Shades of Melrose #C4BBE8

Tints of Melrose #C4BBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.72%

R = 31.87%
G = 30.41%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4BBE8 (or 0xC4BBE8) is known color: Melrose. HEX triplet: C4, BB and E8. RGB value is (196,187,232). Sum of RGB (Red+Green+Blue) = 196+187+232=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBE8 is #3B4417. Grayscale: #C2C2C2. Windows color (decimal): -3884056 or 15252420. OLE color: 15252420.

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

Color convert

RGB 196 187 232 -
CMYK 0.16 0.19 0 0.09
HSL 252º 0.49% 0.82% -
HSV(B) 252º 0.19% 0.91% -
XYZ 55.1 53.1 83.69 -
YUV 194.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 196 187 232 0.16 0.19 0 0.09 252 0.49 0.82
Hex C4 BB E8 10 13 0 9 FC 31 52
Octal 304 273 350 20 23 0 11 374 61 122
Binary 11000100 10111011 11101000 10000 10011 0 1001 11111100 110001 1010010

Color Harmonies of #C4BBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBE8

Black with #C4BBE8

Text Example


Text Example

White with #C4BBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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