Html Css Color HEX #BDB0F5 Melrose

📋 copy color: '#BDB0F5'

red 189 ◦ green 176 ◦ blue 245

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

Shades of Melrose #BDB0F5

Tints of Melrose #BDB0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.16%

R = 30.98%
G = 28.85%
B = 40.16%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDB0F5 (or 0xBDB0F5) is known color: Melrose. HEX triplet: BD, B0 and F5. RGB value is (189,176,245). Sum of RGB (Red+Green+Blue) = 189+176+245=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F5 is #424F0A. Grayscale: #BBBBBB. Windows color (decimal): -4345611 or 16101565. OLE color: 16101565.

HSL color Cylindrical-coordinate representation of color #BDB0F5: hue angle of 251.3º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB0F5 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 176 245 -
CMYK 0.23 0.28 0 0.04
HSL 251.3º 0.78% 0.83% -
HSV(B) 251.3º 0.28% 0.96% -
XYZ 52.99 48.46 92.95 -
YUV 187.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 189 176 245 0.23 0.28 0 0.04 251.3 0.78 0.83
Hex BD B0 F5 17 1C 0 4 FB 4E 53
Octal 275 260 365 27 34 0 4 373 116 123
Binary 10111101 10110000 11110101 10111 11100 0 100 11111011 1001110 1010011

Color Harmonies of #BDB0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0F5

Black with #BDB0F5

Text Example


Text Example

White with #BDB0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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