Html Css Color HEX #BDB7ED Melrose

📋 copy color: '#BDB7ED'

red 189 ◦ green 183 ◦ blue 237

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

Shades of Melrose #BDB7ED

Tints of Melrose #BDB7ED

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.05%

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

R = 31.03%
G = 30.05%
B = 38.92%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB7ED (or 0xBDB7ED) is known color: Melrose. HEX triplet: BD, B7 and ED. RGB value is (189,183,237). Sum of RGB (Red+Green+Blue) = 189+183+237=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7ED is #424812. Grayscale: #BEBEBE. Windows color (decimal): -4343827 or 15579069. OLE color: 15579069.

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

Color convert

RGB 189 183 237 -
CMYK 0.20 0.23 0 0.07
HSL 246.67º 0.6% 0.82% -
HSV(B) 246.67º 0.23% 0.93% -
XYZ 53.21 50.8 87.12 -
YUV 190.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 189 183 237 0.20 0.23 0 0.07 246.67 0.6 0.82
Hex BD B7 ED 14 17 0 7 F7 3C 52
Octal 275 267 355 24 27 0 7 367 74 122
Binary 10111101 10110111 11101101 10100 10111 0 111 11110111 111100 1010010

Color Harmonies of #BDB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7ED

Black with #BDB7ED

Text Example


Text Example

White with #BDB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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