Html Css Color HEX #BFADD3 Perfume

📋 copy color: '#BFADD3'

red 191 ◦ green 173 ◦ blue 211

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

Shades of Perfume #BFADD3

Tints of Perfume #BFADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 33.22%
G = 30.09%
B = 36.7%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFADD3 (or 0xBFADD3) is known color: Perfume. HEX triplet: BF, AD and D3. RGB value is (191,173,211). Sum of RGB (Red+Green+Blue) = 191+173+211=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADD3 is #40522C. Grayscale: #B6B6B6. Windows color (decimal): -4215341 or 13872575. OLE color: 13872575.

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

Color convert

RGB 191 173 211 -
CMYK 0.09 0.18 0 0.17
HSL 268.42º 0.3% 0.75% -
HSV(B) 268.42º 0.18% 0.83% -
XYZ 48.19 45.67 67.9 -
YUV 182.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 191 173 211 0.09 0.18 0 0.17 268.42 0.3 0.75
Hex BF AD D3 9 12 0 11 10C 1E 4B
Octal 277 255 323 11 22 0 21 414 36 113
Binary 10111111 10101101 11010011 1001 10010 0 10001 100001100 11110 1001011

Color Harmonies of #BFADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADD3

Black with #BFADD3

Text Example


Text Example

White with #BFADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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