Html Css Color HEX #BDB1EF Melrose

📋 copy color: '#BDB1EF'

red 189 ◦ green 177 ◦ blue 239

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

Shades of Melrose #BDB1EF

Tints of Melrose #BDB1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 31.24%
G = 29.26%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDB1EF (or 0xBDB1EF) is known color: Melrose. HEX triplet: BD, B1 and EF. RGB value is (189,177,239). Sum of RGB (Red+Green+Blue) = 189+177+239=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1EF is #424E10. Grayscale: #BBBBBB. Windows color (decimal): -4345361 or 15708605. OLE color: 15708605.

HSL color Cylindrical-coordinate representation of color #BDB1EF: hue angle of 251.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB1EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 177 239 -
CMYK 0.21 0.26 0 0.06
HSL 251.61º 0.66% 0.82% -
HSV(B) 251.61º 0.26% 0.94% -
XYZ 52.29 48.5 88.27 -
YUV 187.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 189 177 239 0.21 0.26 0 0.06 251.61 0.66 0.82
Hex BD B1 EF 15 1A 0 6 FC 42 52
Octal 275 261 357 25 32 0 6 374 102 122
Binary 10111101 10110001 11101111 10101 11010 0 110 11111100 1000010 1010010

Color Harmonies of #BDB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1EF

Black with #BDB1EF

Text Example


Text Example

White with #BDB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1EF; }

 p { color: rgb(189,177,239); }

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

background-color css

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

 a { background-color: rgb(189,177,239); }

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

border-color css

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

 span { border-color: rgb(189,177,239); }

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