Html Css Color HEX #BDA6CE Perfume

📋 copy color: '#BDA6CE'

red 189 ◦ green 166 ◦ blue 206

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

Shades of Perfume #BDA6CE

Tints of Perfume #BDA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.59%

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

R = 33.69%
G = 29.59%
B = 36.72%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA6CE (or 0xBDA6CE) is known color: Perfume. HEX triplet: BD, A6 and CE. RGB value is (189,166,206). Sum of RGB (Red+Green+Blue) = 189+166+206=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6CE is #425931. Grayscale: #B1B1B1. Windows color (decimal): -4348210 or 13543101. OLE color: 13543101.

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

Color convert

RGB 189 166 206 -
CMYK 0.08 0.19 0 0.19
HSL 274.5º 0.29% 0.73% -
HSV(B) 274.5º 0.19% 0.81% -
XYZ 45.76 42.55 64.19 -
YUV 177.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 189 166 206 0.08 0.19 0 0.19 274.5 0.29 0.73
Hex BD A6 CE 8 13 0 13 112 1D 49
Octal 275 246 316 10 23 0 23 422 35 111
Binary 10111101 10100110 11001110 1000 10011 0 10011 100010010 11101 1001001

Color Harmonies of #BDA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6CE

Black with #BDA6CE

Text Example


Text Example

White with #BDA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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