Html Css Color HEX #BDABFB Melrose

📋 copy color: '#BDABFB'

red 189 ◦ green 171 ◦ blue 251

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

Shades of Melrose #BDABFB

Tints of Melrose #BDABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 30.93%
G = 27.99%
B = 41.08%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDABFB (or 0xBDABFB) is known color: Melrose. HEX triplet: BD, AB and FB. RGB value is (189,171,251). Sum of RGB (Red+Green+Blue) = 189+171+251=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABFB is #425404. Grayscale: #B9B9B9. Windows color (decimal): -4346885 or 16493501. OLE color: 16493501.

HSL color Cylindrical-coordinate representation of color #BDABFB: hue angle of 253.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDABFB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 171 251 -
CMYK 0.25 0.32 0 0.02
HSL 253.5º 0.91% 0.83% -
HSV(B) 253.5º 0.32% 0.98% -
XYZ 52.96 46.91 97.53 -
YUV 185.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 189 171 251 0.25 0.32 0 0.02 253.5 0.91 0.83
Hex BD AB FB 19 20 0 2 FE 5B 53
Octal 275 253 373 31 40 0 2 376 133 123
Binary 10111101 10101011 11111011 11001 100000 0 10 11111110 1011011 1010011

Color Harmonies of #BDABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABFB

Black with #BDABFB

Text Example


Text Example

White with #BDABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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