Html Css Color HEX #BDA7E8 Perfume

📋 copy color: '#BDA7E8'

red 189 ◦ green 167 ◦ blue 232

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

Shades of Perfume #BDA7E8

Tints of Perfume #BDA7E8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.4%

 BLUE value IS 232 (91.02% from 255) = 39.46%

R = 32.14%
G = 28.4%
B = 39.46%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDA7E8 (or 0xBDA7E8) is known color: Perfume. HEX triplet: BD, A7 and E8. RGB value is (189,167,232). Sum of RGB (Red+Green+Blue) = 189+167+232=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDA7E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7E8 is #425817. Grayscale: #B4B4B4. Windows color (decimal): -4347928 or 15247293. OLE color: 15247293.

HSL color Cylindrical-coordinate representation of color #BDA7E8: hue angle of 260.31º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA7E8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 167 232 -
CMYK 0.19 0.28 0 0.09
HSL 260.31º 0.59% 0.78% -
HSV(B) 260.31º 0.28% 0.91% -
XYZ 49.37 44.28 82.29 -
YUV 180.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 189 167 232 0.19 0.28 0 0.09 260.31 0.59 0.78
Hex BD A7 E8 13 1C 0 9 104 3B 4E
Octal 275 247 350 23 34 0 11 404 73 116
Binary 10111101 10100111 11101000 10011 11100 0 1001 100000100 111011 1001110

Color Harmonies of #BDA7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7E8

Black with #BDA7E8

Text Example


Text Example

White with #BDA7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7E8; }

 p { color: rgb(189,167,232); }

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

background-color css

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

 a { background-color: rgb(189,167,232); }

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

border-color css

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

 span { border-color: rgb(189,167,232); }

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