Html Css Color HEX #BDB0ED Melrose

📋 copy color: '#BDB0ED'

red 189 ◦ green 176 ◦ blue 237

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

Shades of Melrose #BDB0ED

Tints of Melrose #BDB0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 31.4%
G = 29.24%
B = 39.37%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB0ED (or 0xBDB0ED) is known color: Melrose. HEX triplet: BD, B0 and ED. RGB value is (189,176,237). Sum of RGB (Red+Green+Blue) = 189+176+237=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0ED is #424F12. Grayscale: #BABABA. Windows color (decimal): -4345619 or 15577277. OLE color: 15577277.

HSL color Cylindrical-coordinate representation of color #BDB0ED: hue angle of 252.79º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB0ED is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 176 237 -
CMYK 0.20 0.26 0 0.07
HSL 252.79º 0.63% 0.81% -
HSV(B) 252.79º 0.26% 0.93% -
XYZ 51.8 47.98 86.65 -
YUV 186.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 189 176 237 0.20 0.26 0 0.07 252.79 0.63 0.81
Hex BD B0 ED 14 1A 0 7 FD 3F 51
Octal 275 260 355 24 32 0 7 375 77 121
Binary 10111101 10110000 11101101 10100 11010 0 111 11111101 111111 1010001

Color Harmonies of #BDB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0ED

Black with #BDB0ED

Text Example


Text Example

White with #BDB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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