Html Css Color HEX #C4BBED Melrose

📋 copy color: '#C4BBED'

red 196 ◦ green 187 ◦ blue 237

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

Shades of Melrose #C4BBED

Tints of Melrose #C4BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 31.61%
G = 30.16%
B = 38.23%

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

#C4BBED (or 0xC4BBED) is known color: Melrose. HEX triplet: C4, BB and ED. RGB value is (196,187,237). Sum of RGB (Red+Green+Blue) = 196+187+237=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBED is #3B4412. Grayscale: #C3C3C3. Windows color (decimal): -3884051 or 15580100. OLE color: 15580100.

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

Color convert

RGB 196 187 237 -
CMYK 0.17 0.21 0 0.07
HSL 250.8º 0.58% 0.83% -
HSV(B) 250.8º 0.21% 0.93% -
XYZ 55.82 53.39 87.48 -
YUV 195.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 196 187 237 0.17 0.21 0 0.07 250.8 0.58 0.83
Hex C4 BB ED 11 15 0 7 FB 3A 53
Octal 304 273 355 21 25 0 7 373 72 123
Binary 11000100 10111011 11101101 10001 10101 0 111 11111011 111010 1010011

Color Harmonies of #C4BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBED

Black with #C4BBED

Text Example


Text Example

White with #C4BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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