Html Css Color HEX #BDB6EB Melrose

📋 copy color: '#BDB6EB'

red 189 ◦ green 182 ◦ blue 235

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

Shades of Melrose #BDB6EB

Tints of Melrose #BDB6EB

RGB

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

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

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

R = 31.19%
G = 30.03%
B = 38.78%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB6EB (or 0xBDB6EB) is known color: Melrose. HEX triplet: BD, B6 and EB. RGB value is (189,182,235). Sum of RGB (Red+Green+Blue) = 189+182+235=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6EB is #424914. Grayscale: #BDBDBD. Windows color (decimal): -4344085 or 15447741. OLE color: 15447741.

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

Color convert

RGB 189 182 235 -
CMYK 0.20 0.23 0 0.08
HSL 247.92º 0.57% 0.82% -
HSV(B) 247.92º 0.23% 0.92% -
XYZ 52.71 50.27 85.52 -
YUV 190.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 189 182 235 0.20 0.23 0 0.08 247.92 0.57 0.82
Hex BD B6 EB 14 17 0 8 F8 39 52
Octal 275 266 353 24 27 0 10 370 71 122
Binary 10111101 10110110 11101011 10100 10111 0 1000 11111000 111001 1010010

Color Harmonies of #BDB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6EB

Black with #BDB6EB

Text Example


Text Example

White with #BDB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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