Html Css Color HEX #BDACFD Melrose

📋 copy color: '#BDACFD'

red 189 ◦ green 172 ◦ blue 253

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

Shades of Melrose #BDACFD

Tints of Melrose #BDACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.01%

 BLUE value IS 253 (99.22% from 255) = 41.21%

R = 30.78%
G = 28.01%
B = 41.21%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDACFD (or 0xBDACFD) is known color: Melrose. HEX triplet: BD, AC and FD. RGB value is (189,172,253). Sum of RGB (Red+Green+Blue) = 189+172+253=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACFD is #425302. Grayscale: #BABABA. Windows color (decimal): -4346627 or 16624829. OLE color: 16624829.

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

Color convert

RGB 189 172 253 -
CMYK 0.25 0.32 0 0.01
HSL 252.59º 0.95% 0.83% -
HSV(B) 252.59º 0.32% 0.99% -
XYZ 53.47 47.42 99.26 -
YUV 186.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 189 172 253 0.25 0.32 0 0.01 252.59 0.95 0.83
Hex BD AC FD 19 20 0 1 FD 5F 53
Octal 275 254 375 31 40 0 1 375 137 123
Binary 10111101 10101100 11111101 11001 100000 0 1 11111101 1011111 1010011

Color Harmonies of #BDACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACFD

Black with #BDACFD

Text Example


Text Example

White with #BDACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACFD; }

 p { color: rgb(189,172,253); }

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

background-color css

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

 a { background-color: rgb(189,172,253); }

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

border-color css

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

 span { border-color: rgb(189,172,253); }

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