Html Css Color HEX #BDABEC Melrose

📋 copy color: '#BDABEC'

red 189 ◦ green 171 ◦ blue 236

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

Shades of Melrose #BDABEC

Tints of Melrose #BDABEC

RGB

 RED value IS 189 (74.22% from 255) = 31.71%

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

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 31.71%
G = 28.69%
B = 39.6%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDABEC (or 0xBDABEC) is known color: Melrose. HEX triplet: BD, AB and EC. RGB value is (189,171,236). Sum of RGB (Red+Green+Blue) = 189+171+236=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABEC is #425413. Grayscale: #B7B7B7. Windows color (decimal): -4346900 or 15510461. OLE color: 15510461.

HSL color Cylindrical-coordinate representation of color #BDABEC: hue angle of 256.62º degrees, saturation: 0.63, 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 #BDABEC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 171 236 -
CMYK 0.20 0.28 0 0.07
HSL 256.62º 0.63% 0.8% -
HSV(B) 256.62º 0.28% 0.93% -
XYZ 50.69 46 85.56 -
YUV 183.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 189 171 236 0.20 0.28 0 0.07 256.62 0.63 0.8
Hex BD AB EC 14 1C 0 7 101 3F 50
Octal 275 253 354 24 34 0 7 401 77 120
Binary 10111101 10101011 11101100 10100 11100 0 111 100000001 111111 1010000

Color Harmonies of #BDABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABEC

Black with #BDABEC

Text Example


Text Example

White with #BDABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABEC; }

 p { color: rgb(189,171,236); }

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

background-color css

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

 a { background-color: rgb(189,171,236); }

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

border-color css

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

 span { border-color: rgb(189,171,236); }

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