Html Css Color HEX #BDB3F0 Melrose

📋 copy color: '#BDB3F0'

red 189 ◦ green 179 ◦ blue 240

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

Shades of Melrose #BDB3F0

Tints of Melrose #BDB3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.47%

R = 31.09%
G = 29.44%
B = 39.47%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDB3F0 (or 0xBDB3F0) is known color: Melrose. HEX triplet: BD, B3 and F0. RGB value is (189,179,240). Sum of RGB (Red+Green+Blue) = 189+179+240=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3F0 is #424C0F. Grayscale: #BCBCBC. Windows color (decimal): -4344848 or 15774653. OLE color: 15774653.

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

Color convert

RGB 189 179 240 -
CMYK 0.21 0.25 0 0.06
HSL 249.84º 0.67% 0.82% -
HSV(B) 249.84º 0.25% 0.94% -
XYZ 52.83 49.35 89.18 -
YUV 188.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 189 179 240 0.21 0.25 0 0.06 249.84 0.67 0.82
Hex BD B3 F0 15 19 0 6 FA 43 52
Octal 275 263 360 25 31 0 6 372 103 122
Binary 10111101 10110011 11110000 10101 11001 0 110 11111010 1000011 1010010

Color Harmonies of #BDB3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3F0

Black with #BDB3F0

Text Example


Text Example

White with #BDB3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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