Html Css Color HEX #BFADD1 Perfume

📋 copy color: '#BFADD1'

red 191 ◦ green 173 ◦ blue 209

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

Shades of Perfume #BFADD1

Tints of Perfume #BFADD1

RGB

 RED value IS 191 (75% from 255) = 33.33%

 GREEN value IS 173 (67.97% from 255) = 30.19%

 BLUE value IS 209 (82.03% from 255) = 36.47%

R = 33.33%
G = 30.19%
B = 36.47%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFADD1 (or 0xBFADD1) is known color: Perfume. HEX triplet: BF, AD and D1. RGB value is (191,173,209). Sum of RGB (Red+Green+Blue) = 191+173+209=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADD1 is #40522E. Grayscale: #B6B6B6. Windows color (decimal): -4215343 or 13741503. OLE color: 13741503.

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

Color convert

RGB 191 173 209 -
CMYK 0.09 0.17 0 0.18
HSL 270º 0.28% 0.75% -
HSV(B) 270º 0.17% 0.82% -
XYZ 47.94 45.57 66.59 -
YUV 182.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 191 173 209 0.09 0.17 0 0.18 270 0.28 0.75
Hex BF AD D1 9 11 0 12 10E 1C 4B
Octal 277 255 321 11 21 0 22 416 34 113
Binary 10111111 10101101 11010001 1001 10001 0 10010 100001110 11100 1001011

Color Harmonies of #BFADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADD1

Black with #BFADD1

Text Example


Text Example

White with #BFADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADD1; }

 p { color: rgb(191,173,209); }

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

background-color css

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

 a { background-color: rgb(191,173,209); }

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

border-color css

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

 span { border-color: rgb(191,173,209); }

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