Html Css Color HEX #BDB3F4 Melrose

📋 copy color: '#BDB3F4'

red 189 ◦ green 179 ◦ blue 244

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

Shades of Melrose #BDB3F4

Tints of Melrose #BDB3F4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.25%

 BLUE value IS 244 (95.7% from 255) = 39.87%

R = 30.88%
G = 29.25%
B = 39.87%

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

#BDB3F4 (or 0xBDB3F4) is known color: Melrose. HEX triplet: BD, B3 and F4. RGB value is (189,179,244). Sum of RGB (Red+Green+Blue) = 189+179+244=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDB3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3F4 is #424C0B. Grayscale: #BDBDBD. Windows color (decimal): -4344844 or 16036797. OLE color: 16036797.

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

Color convert

RGB 189 179 244 -
CMYK 0.23 0.27 0 0.04
HSL 249.23º 0.75% 0.83% -
HSV(B) 249.23º 0.27% 0.96% -
XYZ 53.44 49.59 92.34 -
YUV 189.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 189 179 244 0.23 0.27 0 0.04 249.23 0.75 0.83
Hex BD B3 F4 17 1B 0 4 F9 4B 53
Octal 275 263 364 27 33 0 4 371 113 123
Binary 10111101 10110011 11110100 10111 11011 0 100 11111001 1001011 1010011

Color Harmonies of #BDB3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3F4

Black with #BDB3F4

Text Example


Text Example

White with #BDB3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3F4; }

 p { color: rgb(189,179,244); }

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

background-color css

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

 a { background-color: rgb(189,179,244); }

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

border-color css

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

 span { border-color: rgb(189,179,244); }

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