Html Css Color HEX #BDB6E6 Melrose

📋 copy color: '#BDB6E6'

red 189 ◦ green 182 ◦ blue 230

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

Shades of Melrose #BDB6E6

Tints of Melrose #BDB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.28%

 BLUE value IS 230 (90.23% from 255) = 38.27%

R = 31.45%
G = 30.28%
B = 38.27%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDB6E6 (or 0xBDB6E6) is known color: Melrose. HEX triplet: BD, B6 and E6. RGB value is (189,182,230). Sum of RGB (Red+Green+Blue) = 189+182+230=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6E6 is #424919. Grayscale: #BDBDBD. Windows color (decimal): -4344090 or 15120061. OLE color: 15120061.

HSL color Cylindrical-coordinate representation of color #BDB6E6: hue angle of 248.75º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB6E6 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 182 230 -
CMYK 0.18 0.21 0 0.10
HSL 248.75º 0.49% 0.81% -
HSV(B) 248.75º 0.21% 0.9% -
XYZ 52 49.99 81.77 -
YUV 189.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 189 182 230 0.18 0.21 0 0.10 248.75 0.49 0.81
Hex BD B6 E6 12 15 0 A F9 31 51
Octal 275 266 346 22 25 0 12 371 61 121
Binary 10111101 10110110 11100110 10010 10101 0 1010 11111001 110001 1010001

Color Harmonies of #BDB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6E6

Black with #BDB6E6

Text Example


Text Example

White with #BDB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6E6; }

 p { color: rgb(189,182,230); }

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

background-color css

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

 a { background-color: rgb(189,182,230); }

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

border-color css

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

 span { border-color: rgb(189,182,230); }

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