Html Css Color HEX #BDB8F3 Melrose

📋 copy color: '#BDB8F3'

red 189 ◦ green 184 ◦ blue 243

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

Shades of Melrose #BDB8F3

Tints of Melrose #BDB8F3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

 BLUE value IS 243 (95.31% from 255) = 39.45%

R = 30.68%
G = 29.87%
B = 39.45%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDB8F3 (or 0xBDB8F3) is known color: Melrose. HEX triplet: BD, B8 and F3. RGB value is (189,184,243). Sum of RGB (Red+Green+Blue) = 189+184+243=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDB8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8F3 is #42470C. Grayscale: #BFBFBF. Windows color (decimal): -4343565 or 15972541. OLE color: 15972541.

HSL color Cylindrical-coordinate representation of color #BDB8F3: hue angle of 245.08º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB8F3 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 184 243 -
CMYK 0.22 0.24 0 0.05
HSL 245.08º 0.71% 0.84% -
HSV(B) 245.08º 0.24% 0.95% -
XYZ 54.3 51.57 91.89 -
YUV 192.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 189 184 243 0.22 0.24 0 0.05 245.08 0.71 0.84
Hex BD B8 F3 16 18 0 5 F5 47 54
Octal 275 270 363 26 30 0 5 365 107 124
Binary 10111101 10111000 11110011 10110 11000 0 101 11110101 1000111 1010100

Color Harmonies of #BDB8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8F3

Black with #BDB8F3

Text Example


Text Example

White with #BDB8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8F3; }

 p { color: rgb(189,184,243); }

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

background-color css

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

 a { background-color: rgb(189,184,243); }

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

border-color css

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

 span { border-color: rgb(189,184,243); }

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