Html Css Color HEX #BDA5F0 Perfume

📋 copy color: '#BDA5F0'

red 189 ◦ green 165 ◦ blue 240

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

Shades of Perfume #BDA5F0

Tints of Perfume #BDA5F0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.78%

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 31.82%
G = 27.78%
B = 40.4%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDA5F0 (or 0xBDA5F0) is known color: Perfume. HEX triplet: BD, A5 and F0. RGB value is (189,165,240). Sum of RGB (Red+Green+Blue) = 189+165+240=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5F0 is #425A0F. Grayscale: #B4B4B4. Windows color (decimal): -4348432 or 15771069. OLE color: 15771069.

HSL color Cylindrical-coordinate representation of color #BDA5F0: hue angle of 259.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA5F0 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 165 240 -
CMYK 0.21 0.31 0 0.06
HSL 259.2º 0.71% 0.79% -
HSV(B) 259.2º 0.31% 0.94% -
XYZ 50.17 44.02 88.29 -
YUV 180.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 189 165 240 0.21 0.31 0 0.06 259.2 0.71 0.79
Hex BD A5 F0 15 1F 0 6 103 47 4F
Octal 275 245 360 25 37 0 6 403 107 117
Binary 10111101 10100101 11110000 10101 11111 0 110 100000011 1000111 1001111

Color Harmonies of #BDA5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5F0

Black with #BDA5F0

Text Example


Text Example

White with #BDA5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5F0; }

 p { color: rgb(189,165,240); }

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

background-color css

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

 a { background-color: rgb(189,165,240); }

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

border-color css

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

 span { border-color: rgb(189,165,240); }

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