Html Css Color HEX #BDABFE Melrose

📋 copy color: '#BDABFE'

red 189 ◦ green 171 ◦ blue 254

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

Shades of Melrose #BDABFE

Tints of Melrose #BDABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 30.78%
G = 27.85%
B = 41.37%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDABFE (or 0xBDABFE) is known color: Melrose. HEX triplet: BD, AB and FE. RGB value is (189,171,254). Sum of RGB (Red+Green+Blue) = 189+171+254=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABFE is #425401. Grayscale: #B9B9B9. Windows color (decimal): -4346882 or 16690109. OLE color: 16690109.

HSL color Cylindrical-coordinate representation of color #BDABFE: hue angle of 253.01º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDABFE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 171 254 -
CMYK 0.26 0.33 0 0.00
HSL 253.01º 0.98% 0.83% -
HSV(B) 253.01º 0.33% 1% -
XYZ 53.44 47.1 100.04 -
YUV 185.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 189 171 254 0.26 0.33 0 0.00 253.01 0.98 0.83
Hex BD AB FE 1A 21 0 0 FD 62 53
Octal 275 253 376 32 41 0 0 375 142 123
Binary 10111101 10101011 11111110 11010 100001 0 0 11111101 1100010 1010011

Color Harmonies of #BDABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABFE

Black with #BDABFE

Text Example


Text Example

White with #BDABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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