Html Css Color HEX #BDAEFD Melrose

📋 copy color: '#BDAEFD'

red 189 ◦ green 174 ◦ blue 253

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

Shades of Melrose #BDAEFD

Tints of Melrose #BDAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.25%

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

R = 30.68%
G = 28.25%
B = 41.07%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDAEFD (or 0xBDAEFD) is known color: Melrose. HEX triplet: BD, AE and FD. RGB value is (189,174,253). Sum of RGB (Red+Green+Blue) = 189+174+253=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEFD is #425102. Grayscale: #BBBBBB. Windows color (decimal): -4346115 or 16625341. OLE color: 16625341.

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

Color convert

RGB 189 174 253 -
CMYK 0.25 0.31 0 0.01
HSL 251.39º 0.95% 0.84% -
HSV(B) 251.39º 0.31% 0.99% -
XYZ 53.85 48.18 99.39 -
YUV 187.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 189 174 253 0.25 0.31 0 0.01 251.39 0.95 0.84
Hex BD AE FD 19 1F 0 1 FB 5F 54
Octal 275 256 375 31 37 0 1 373 137 124
Binary 10111101 10101110 11111101 11001 11111 0 1 11111011 1011111 1010100

Color Harmonies of #BDAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEFD

Black with #BDAEFD

Text Example


Text Example

White with #BDAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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