Html Css Color HEX #BBA6D3 Perfume

📋 copy color: '#BBA6D3'

red 187 ◦ green 166 ◦ blue 211

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

Shades of Perfume #BBA6D3

Tints of Perfume #BBA6D3

RGB

 RED value IS 187 (73.44% from 255) = 33.16%

 GREEN value IS 166 (65.23% from 255) = 29.43%

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

R = 33.16%
G = 29.43%
B = 37.41%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBA6D3 (or 0xBBA6D3) is known color: Perfume. HEX triplet: BB, A6 and D3. RGB value is (187,166,211). Sum of RGB (Red+Green+Blue) = 187+166+211=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBA6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6D3 is #44592C. Grayscale: #B1B1B1. Windows color (decimal): -4479277 or 13870779. OLE color: 13870779.

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

Color convert

RGB 187 166 211 -
CMYK 0.11 0.21 0 0.17
HSL 268º 0.34% 0.74% -
HSV(B) 268º 0.21% 0.83% -
XYZ 45.89 42.54 67.42 -
YUV 177.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 187 166 211 0.11 0.21 0 0.17 268 0.34 0.74
Hex BB A6 D3 B 15 0 11 10C 22 4A
Octal 273 246 323 13 25 0 21 414 42 112
Binary 10111011 10100110 11010011 1011 10101 0 10001 100001100 100010 1001010

Color Harmonies of #BBA6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6D3

Black with #BBA6D3

Text Example


Text Example

White with #BBA6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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