Html Css Color HEX #BFADD0 Perfume

📋 copy color: '#BFADD0'

red 191 ◦ green 173 ◦ blue 208

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

Shades of Perfume #BFADD0

Tints of Perfume #BFADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.36%

R = 33.39%
G = 30.24%
B = 36.36%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFADD0 (or 0xBFADD0) is known color: Perfume. HEX triplet: BF, AD and D0. RGB value is (191,173,208). Sum of RGB (Red+Green+Blue) = 191+173+208=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADD0 is #40522F. Grayscale: #B6B6B6. Windows color (decimal): -4215344 or 13675967. OLE color: 13675967.

HSL color Cylindrical-coordinate representation of color #BFADD0: hue angle of 270.86º degrees, saturation: 0.27, 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 #BFADD0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 173 208 -
CMYK 0.08 0.17 0 0.18
HSL 270.86º 0.27% 0.75% -
HSV(B) 270.86º 0.17% 0.82% -
XYZ 47.81 45.52 65.94 -
YUV 182.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 191 173 208 0.08 0.17 0 0.18 270.86 0.27 0.75
Hex BF AD D0 8 11 0 12 10F 1B 4B
Octal 277 255 320 10 21 0 22 417 33 113
Binary 10111111 10101101 11010000 1000 10001 0 10010 100001111 11011 1001011

Color Harmonies of #BFADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADD0

Black with #BFADD0

Text Example


Text Example

White with #BFADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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