Html Css Color HEX #BDB3ED Melrose

📋 copy color: '#BDB3ED'

red 189 ◦ green 179 ◦ blue 237

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

Shades of Melrose #BDB3ED

Tints of Melrose #BDB3ED

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.59%

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

R = 31.24%
G = 29.59%
B = 39.17%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB3ED (or 0xBDB3ED) is known color: Melrose. HEX triplet: BD, B3 and ED. RGB value is (189,179,237). Sum of RGB (Red+Green+Blue) = 189+179+237=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3ED is #424C12. Grayscale: #BCBCBC. Windows color (decimal): -4344851 or 15578045. OLE color: 15578045.

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

Color convert

RGB 189 179 237 -
CMYK 0.20 0.24 0 0.07
HSL 250.34º 0.62% 0.82% -
HSV(B) 250.34º 0.24% 0.93% -
XYZ 52.39 49.17 86.85 -
YUV 188.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 189 179 237 0.20 0.24 0 0.07 250.34 0.62 0.82
Hex BD B3 ED 14 18 0 7 FA 3E 52
Octal 275 263 355 24 30 0 7 372 76 122
Binary 10111101 10110011 11101101 10100 11000 0 111 11111010 111110 1010010

Color Harmonies of #BDB3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3ED

Black with #BDB3ED

Text Example


Text Example

White with #BDB3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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