Html Css Color HEX #BDB0EB Melrose

📋 copy color: '#BDB0EB'

red 189 ◦ green 176 ◦ blue 235

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

Shades of Melrose #BDB0EB

Tints of Melrose #BDB0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.17%

R = 31.5%
G = 29.33%
B = 39.17%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB0EB (or 0xBDB0EB) is known color: Melrose. HEX triplet: BD, B0 and EB. RGB value is (189,176,235). Sum of RGB (Red+Green+Blue) = 189+176+235=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0EB is #424F14. Grayscale: #BABABA. Windows color (decimal): -4345621 or 15446205. OLE color: 15446205.

HSL color Cylindrical-coordinate representation of color #BDB0EB: hue angle of 253.22º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB0EB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 176 235 -
CMYK 0.20 0.25 0 0.08
HSL 253.22º 0.6% 0.81% -
HSV(B) 253.22º 0.25% 0.92% -
XYZ 51.51 47.87 85.12 -
YUV 186.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 189 176 235 0.20 0.25 0 0.08 253.22 0.6 0.81
Hex BD B0 EB 14 19 0 8 FD 3C 51
Octal 275 260 353 24 31 0 10 375 74 121
Binary 10111101 10110000 11101011 10100 11001 0 1000 11111101 111100 1010001

Color Harmonies of #BDB0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0EB

Black with #BDB0EB

Text Example


Text Example

White with #BDB0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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