Html Css Color HEX #BDA2CE Perfume

📋 copy color: '#BDA2CE'

red 189 ◦ green 162 ◦ blue 206

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

Shades of Perfume #BDA2CE

Tints of Perfume #BDA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.08%

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 33.93%
G = 29.08%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA2CE (or 0xBDA2CE) is known color: Perfume. HEX triplet: BD, A2 and CE. RGB value is (189,162,206). Sum of RGB (Red+Green+Blue) = 189+162+206=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2CE is #425D31. Grayscale: #AEAEAE. Windows color (decimal): -4349234 or 13542077. OLE color: 13542077.

HSL color Cylindrical-coordinate representation of color #BDA2CE: hue angle of 276.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA2CE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 162 206 -
CMYK 0.08 0.21 0 0.19
HSL 276.82º 0.31% 0.72% -
HSV(B) 276.82º 0.21% 0.81% -
XYZ 45.05 41.12 63.95 -
YUV 175.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 189 162 206 0.08 0.21 0 0.19 276.82 0.31 0.72
Hex BD A2 CE 8 15 0 13 115 1F 48
Octal 275 242 316 10 25 0 23 425 37 110
Binary 10111101 10100010 11001110 1000 10101 0 10011 100010101 11111 1001000

Color Harmonies of #BDA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2CE

Black with #BDA2CE

Text Example


Text Example

White with #BDA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2CE; }

 p { color: rgb(189,162,206); }

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

background-color css

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

 a { background-color: rgb(189,162,206); }

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

border-color css

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

 span { border-color: rgb(189,162,206); }

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