Html Css Color HEX #BDABCF Perfume

📋 copy color: '#BDABCF'

red 189 ◦ green 171 ◦ blue 207

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

Shades of Perfume #BDABCF

Tints of Perfume #BDABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.16%

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 33.33%
G = 30.16%
B = 36.51%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDABCF (or 0xBDABCF) is known color: Perfume. HEX triplet: BD, AB and CF. RGB value is (189,171,207). Sum of RGB (Red+Green+Blue) = 189+171+207=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABCF is #425430. Grayscale: #B4B4B4. Windows color (decimal): -4346929 or 13609917. OLE color: 13609917.

HSL color Cylindrical-coordinate representation of color #BDABCF: hue angle of 270º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDABCF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 171 207 -
CMYK 0.09 0.17 0 0.19
HSL 270º 0.27% 0.74% -
HSV(B) 270º 0.17% 0.81% -
XYZ 46.81 44.45 65.14 -
YUV 180.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 189 171 207 0.09 0.17 0 0.19 270 0.27 0.74
Hex BD AB CF 9 11 0 13 10E 1B 4A
Octal 275 253 317 11 21 0 23 416 33 112
Binary 10111101 10101011 11001111 1001 10001 0 10011 100001110 11011 1001010

Color Harmonies of #BDABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABCF

Black with #BDABCF

Text Example


Text Example

White with #BDABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABCF; }

 p { color: rgb(189,171,207); }

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

background-color css

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

 a { background-color: rgb(189,171,207); }

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

border-color css

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

 span { border-color: rgb(189,171,207); }

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