Html Css Color HEX #BDB6EA Melrose

📋 copy color: '#BDB6EA'

red 189 ◦ green 182 ◦ blue 234

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

Shades of Melrose #BDB6EA

Tints of Melrose #BDB6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 31.24%
G = 30.08%
B = 38.68%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB6EA (or 0xBDB6EA) is known color: Melrose. HEX triplet: BD, B6 and EA. RGB value is (189,182,234). Sum of RGB (Red+Green+Blue) = 189+182+234=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6EA is #424915. Grayscale: #BDBDBD. Windows color (decimal): -4344086 or 15382205. OLE color: 15382205.

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

Color convert

RGB 189 182 234 -
CMYK 0.19 0.22 0 0.08
HSL 248.08º 0.55% 0.82% -
HSV(B) 248.08º 0.22% 0.92% -
XYZ 52.57 50.22 84.76 -
YUV 190.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 189 182 234 0.19 0.22 0 0.08 248.08 0.55 0.82
Hex BD B6 EA 13 16 0 8 F8 37 52
Octal 275 266 352 23 26 0 10 370 67 122
Binary 10111101 10110110 11101010 10011 10110 0 1000 11111000 110111 1010010

Color Harmonies of #BDB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6EA

Black with #BDB6EA

Text Example


Text Example

White with #BDB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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