Html Css Color HEX #BDB6ED Melrose

📋 copy color: '#BDB6ED'

red 189 ◦ green 182 ◦ blue 237

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

Shades of Melrose #BDB6ED

Tints of Melrose #BDB6ED

RGB

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

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

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

R = 31.09%
G = 29.93%
B = 38.98%

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

#BDB6ED (or 0xBDB6ED) is known color: Melrose. HEX triplet: BD, B6 and ED. RGB value is (189,182,237). Sum of RGB (Red+Green+Blue) = 189+182+237=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6ED is #424912. Grayscale: #BEBEBE. Windows color (decimal): -4344083 or 15578813. OLE color: 15578813.

HSL color Cylindrical-coordinate representation of color #BDB6ED: hue angle of 247.64º 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 #BDB6ED is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 182 237 -
CMYK 0.20 0.23 0 0.07
HSL 247.64º 0.6% 0.82% -
HSV(B) 247.64º 0.23% 0.93% -
XYZ 53 50.39 87.05 -
YUV 190.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 189 182 237 0.20 0.23 0 0.07 247.64 0.6 0.82
Hex BD B6 ED 14 17 0 7 F8 3C 52
Octal 275 266 355 24 27 0 7 370 74 122
Binary 10111101 10110110 11101101 10100 10111 0 111 11111000 111100 1010010

Color Harmonies of #BDB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6ED

Black with #BDB6ED

Text Example


Text Example

White with #BDB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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