Html Css Color HEX #BCABEB Melrose

📋 copy color: '#BCABEB'

red 188 ◦ green 171 ◦ blue 235

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

Shades of Melrose #BCABEB

Tints of Melrose #BCABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 31.65%
G = 28.79%
B = 39.56%

CMYK

 C value IS 0.2

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCABEB (or 0xBCABEB) is known color: Melrose. HEX triplet: BC, AB and EB. RGB value is (188,171,235). Sum of RGB (Red+Green+Blue) = 188+171+235=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABEB is #435414. Grayscale: #B7B7B7. Windows color (decimal): -4412437 or 15444924. OLE color: 15444924.

HSL color Cylindrical-coordinate representation of color #BCABEB: hue angle of 255.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCABEB is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 171 235 -
CMYK 0.2 0.27 0 0.08
HSL 255.94º 0.62% 0.8% -
HSV(B) 255.94º 0.27% 0.92% -
XYZ 50.3 45.82 84.79 -
YUV 183.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 188 171 235 0.2 0.27 0 0.08 255.94 0.62 0.8
Hex BC AB EB 14 1B 0 8 100 3E 50
Octal 274 253 353 24 33 0 10 400 76 120
Binary 10111100 10101011 11101011 10100 11011 0 1000 100000000 111110 1010000

Color Harmonies of #BCABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABEB

Black with #BCABEB

Text Example


Text Example

White with #BCABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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