Html Css Color HEX #BDA8F2 Melrose

📋 copy color: '#BDA8F2'

red 189 ◦ green 168 ◦ blue 242

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

Shades of Melrose #BDA8F2

Tints of Melrose #BDA8F2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.05%

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 31.55%
G = 28.05%
B = 40.4%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDA8F2 (or 0xBDA8F2) is known color: Melrose. HEX triplet: BD, A8 and F2. RGB value is (189,168,242). Sum of RGB (Red+Green+Blue) = 189+168+242=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8F2 is #42570D. Grayscale: #B6B6B6. Windows color (decimal): -4347662 or 15902909. OLE color: 15902909.

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

Color convert

RGB 189 168 242 -
CMYK 0.22 0.31 0 0.05
HSL 257.03º 0.74% 0.8% -
HSV(B) 257.03º 0.31% 0.95% -
XYZ 51.02 45.23 90.05 -
YUV 182.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 189 168 242 0.22 0.31 0 0.05 257.03 0.74 0.8
Hex BD A8 F2 16 1F 0 5 101 4A 50
Octal 275 250 362 26 37 0 5 401 112 120
Binary 10111101 10101000 11110010 10110 11111 0 101 100000001 1001010 1010000

Color Harmonies of #BDA8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8F2

Black with #BDA8F2

Text Example


Text Example

White with #BDA8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8F2; }

 p { color: rgb(189,168,242); }

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

background-color css

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

 a { background-color: rgb(189,168,242); }

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

border-color css

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

 span { border-color: rgb(189,168,242); }

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