#BBA6D4

Color #BBA6D4 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BBA6D4

Tints of Perfume #BBA6D4

Color information

#BBA6D4 (or 0xBBA6D4) is unknown color: approx Perfume. HEX triplet: BB, A6 and D4. RGB value is (187,166,212). Sum of RGB (Red+Green+Blue) = 187+166+212=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6D4 is #44592B. Grayscale: #B1B1B1. Windows color (decimal): -4479276 or 13936315. OLE color: 13936315.

HSL color Cylindrical-coordinate representation of color #BBA6D4: hue angle of 267.39º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA6D4 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187166212-
CMYK0.120.2200.17
HSL267.39º34.85%74.12%-
HSV(B)267.39º21.7%83.14%-
XYZ46.0142.5968.08-
YUV177.52147.46134.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=33.10%
G=29.38%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871662120.120.2200.17267.3934.8574.12
HexBBA6D4C1601110b234a
Octal273246324142602141343112
Binary1011101110100110110101001100101100100011000010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6D4; }

 p { color: rgb(187,166,212); }

 H1.HeaderClassName
 {
   color: #BBA6D4;
 }
 .AnyTagClassName
 {
   color: #BBA6D4;
 }
</style>
background-color css

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

 a { background-color: rgb(187,166,212); }

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

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

 span { border-color: rgb(187,166,212); }

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