Html Css Color HEX #BDB4F6 Melrose

📋 copy color: '#BDB4F6'

red 189 ◦ green 180 ◦ blue 246

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

Shades of Melrose #BDB4F6

Tints of Melrose #BDB4F6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.27%

 BLUE value IS 246 (96.48% from 255) = 40%

R = 30.73%
G = 29.27%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDB4F6 (or 0xBDB4F6) is known color: Melrose. HEX triplet: BD, B4 and F6. RGB value is (189,180,246). Sum of RGB (Red+Green+Blue) = 189+180+246=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDB4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4F6 is #424B09. Grayscale: #BDBDBD. Windows color (decimal): -4344586 or 16168125. OLE color: 16168125.

HSL color Cylindrical-coordinate representation of color #BDB4F6: hue angle of 248.18º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB4F6 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 180 246 -
CMYK 0.23 0.27 0 0.04
HSL 248.18º 0.79% 0.84% -
HSV(B) 248.18º 0.27% 0.96% -
XYZ 53.94 50.12 94.02 -
YUV 190.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 189 180 246 0.23 0.27 0 0.04 248.18 0.79 0.84
Hex BD B4 F6 17 1B 0 4 F8 4F 54
Octal 275 264 366 27 33 0 4 370 117 124
Binary 10111101 10110100 11110110 10111 11011 0 100 11111000 1001111 1010100

Color Harmonies of #BDB4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4F6

Black with #BDB4F6

Text Example


Text Example

White with #BDB4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4F6; }

 p { color: rgb(189,180,246); }

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

background-color css

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

 a { background-color: rgb(189,180,246); }

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

border-color css

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

 span { border-color: rgb(189,180,246); }

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