Html Css Color HEX #BFA8D2 Perfume

📋 copy color: '#BFA8D2'

red 191 ◦ green 168 ◦ blue 210

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

Shades of Perfume #BFA8D2

Tints of Perfume #BFA8D2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.53%

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 33.57%
G = 29.53%
B = 36.91%

CMYK

 C value IS 0.09

 M value IS 0.2

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFA8D2 (or 0xBFA8D2) is known color: Perfume. HEX triplet: BF, A8 and D2. RGB value is (191,168,210). Sum of RGB (Red+Green+Blue) = 191+168+210=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8D2 is #40572D. Grayscale: #B3B3B3. Windows color (decimal): -4216622 or 13805759. OLE color: 13805759.

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

Color convert

RGB 191 168 210 -
CMYK 0.09 0.2 0 0.18
HSL 272.86º 0.32% 0.74% -
HSV(B) 272.86º 0.2% 0.82% -
XYZ 47.12 43.73 66.93 -
YUV 179.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 191 168 210 0.09 0.2 0 0.18 272.86 0.32 0.74
Hex BF A8 D2 9 14 0 12 111 20 4A
Octal 277 250 322 11 24 0 22 421 40 112
Binary 10111111 10101000 11010010 1001 10100 0 10010 100010001 100000 1001010

Color Harmonies of #BFA8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8D2

Black with #BFA8D2

Text Example


Text Example

White with #BFA8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8D2; }

 p { color: rgb(191,168,210); }

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

background-color css

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

 a { background-color: rgb(191,168,210); }

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

border-color css

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

 span { border-color: rgb(191,168,210); }

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