Html Css Color HEX #BDB0FB Melrose

📋 copy color: '#BDB0FB'

red 189 ◦ green 176 ◦ blue 251

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

Shades of Melrose #BDB0FB

Tints of Melrose #BDB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.57%

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

R = 30.68%
G = 28.57%
B = 40.75%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDB0FB (or 0xBDB0FB) is known color: Melrose. HEX triplet: BD, B0 and FB. RGB value is (189,176,251). Sum of RGB (Red+Green+Blue) = 189+176+251=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0FB is #424F04. Grayscale: #BCBCBC. Windows color (decimal): -4345605 or 16494781. OLE color: 16494781.

HSL color Cylindrical-coordinate representation of color #BDB0FB: hue angle of 250.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB0FB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 176 251 -
CMYK 0.25 0.30 0 0.02
HSL 250.4º 0.9% 0.84% -
HSV(B) 250.4º 0.3% 0.98% -
XYZ 53.92 48.83 97.85 -
YUV 188.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 189 176 251 0.25 0.30 0 0.02 250.4 0.9 0.84
Hex BD B0 FB 19 1E 0 2 FA 5A 54
Octal 275 260 373 31 36 0 2 372 132 124
Binary 10111101 10110000 11111011 11001 11110 0 10 11111010 1011010 1010100

Color Harmonies of #BDB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0FB

Black with #BDB0FB

Text Example


Text Example

White with #BDB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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