Html Css Color HEX #BCABED Melrose

📋 copy color: '#BCABED'

red 188 ◦ green 171 ◦ blue 237

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

Shades of Melrose #BCABED

Tints of Melrose #BCABED

RGB

 RED value IS 188 (73.83% from 255) = 31.54%

 GREEN value IS 171 (67.19% from 255) = 28.69%

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

R = 31.54%
G = 28.69%
B = 39.77%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCABED (or 0xBCABED) is known color: Melrose. HEX triplet: BC, AB and ED. RGB value is (188,171,237). Sum of RGB (Red+Green+Blue) = 188+171+237=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABED is #435412. Grayscale: #B7B7B7. Windows color (decimal): -4412435 or 15575996. OLE color: 15575996.

HSL color Cylindrical-coordinate representation of color #BCABED: hue angle of 255.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCABED is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 171 237 -
CMYK 0.21 0.28 0 0.07
HSL 255.45º 0.65% 0.8% -
HSV(B) 255.45º 0.28% 0.93% -
XYZ 50.59 45.93 86.32 -
YUV 183.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 188 171 237 0.21 0.28 0 0.07 255.45 0.65 0.8
Hex BC AB ED 15 1C 0 7 FF 41 50
Octal 274 253 355 25 34 0 7 377 101 120
Binary 10111100 10101011 11101101 10101 11100 0 111 11111111 1000001 1010000

Color Harmonies of #BCABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABED

Black with #BCABED

Text Example


Text Example

White with #BCABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABED; }

 p { color: rgb(188,171,237); }

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

background-color css

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

 a { background-color: rgb(188,171,237); }

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

border-color css

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

 span { border-color: rgb(188,171,237); }

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