Html Css Color HEX #BDB2FA Melrose

📋 copy color: '#BDB2FA'

red 189 ◦ green 178 ◦ blue 250

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

Shades of Melrose #BDB2FA

Tints of Melrose #BDB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.85%

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 30.63%
G = 28.85%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDB2FA (or 0xBDB2FA) is known color: Melrose. HEX triplet: BD, B2 and FA. RGB value is (189,178,250). Sum of RGB (Red+Green+Blue) = 189+178+250=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2FA is #424D05. Grayscale: #BDBDBD. Windows color (decimal): -4345094 or 16429757. OLE color: 16429757.

HSL color Cylindrical-coordinate representation of color #BDB2FA: hue angle of 249.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB2FA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 178 250 -
CMYK 0.24 0.29 0 0.02
HSL 249.17º 0.88% 0.84% -
HSV(B) 249.17º 0.29% 0.98% -
XYZ 54.16 49.56 97.15 -
YUV 189.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 189 178 250 0.24 0.29 0 0.02 249.17 0.88 0.84
Hex BD B2 FA 18 1D 0 2 F9 58 54
Octal 275 262 372 30 35 0 2 371 130 124
Binary 10111101 10110010 11111010 11000 11101 0 10 11111001 1011000 1010100

Color Harmonies of #BDB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2FA

Black with #BDB2FA

Text Example


Text Example

White with #BDB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2FA; }

 p { color: rgb(189,178,250); }

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

background-color css

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

 a { background-color: rgb(189,178,250); }

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

border-color css

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

 span { border-color: rgb(189,178,250); }

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