Html Css Color HEX #BDA8FC Melrose

📋 copy color: '#BDA8FC'

red 189 ◦ green 168 ◦ blue 252

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

Shades of Melrose #BDA8FC

Tints of Melrose #BDA8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.38%

R = 31.03%
G = 27.59%
B = 41.38%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDA8FC (or 0xBDA8FC) is known color: Melrose. HEX triplet: BD, A8 and FC. RGB value is (189,168,252). Sum of RGB (Red+Green+Blue) = 189+168+252=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FC is #425703. Grayscale: #B7B7B7. Windows color (decimal): -4347652 or 16558269. OLE color: 16558269.

HSL color Cylindrical-coordinate representation of color #BDA8FC: hue angle of 255º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA8FC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 168 252 -
CMYK 0.25 0.33 0 0.01
HSL 255º 0.93% 0.82% -
HSV(B) 255º 0.33% 0.99% -
XYZ 52.56 45.85 98.18 -
YUV 183.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 189 168 252 0.25 0.33 0 0.01 255 0.93 0.82
Hex BD A8 FC 19 21 0 1 FF 5D 52
Octal 275 250 374 31 41 0 1 377 135 122
Binary 10111101 10101000 11111100 11001 100001 0 1 11111111 1011101 1010010

Color Harmonies of #BDA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8FC

Black with #BDA8FC

Text Example


Text Example

White with #BDA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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