Html Css Color HEX #BBA6D8 Perfume

📋 copy color: '#BBA6D8'

red 187 ◦ green 166 ◦ blue 216

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

Shades of Perfume #BBA6D8

Tints of Perfume #BBA6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 32.86%
G = 29.17%
B = 37.96%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA6D8 (or 0xBBA6D8) is known color: Perfume. HEX triplet: BB, A6 and D8. RGB value is (187,166,216). Sum of RGB (Red+Green+Blue) = 187+166+216=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6D8 is #445927. Grayscale: #B1B1B1. Windows color (decimal): -4479272 or 14198459. OLE color: 14198459.

HSL color Cylindrical-coordinate representation of color #BBA6D8: hue angle of 265.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA6D8 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 166 216 -
CMYK 0.13 0.23 0 0.15
HSL 265.2º 0.39% 0.75% -
HSV(B) 265.2º 0.23% 0.85% -
XYZ 46.52 42.8 70.77 -
YUV 177.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 187 166 216 0.13 0.23 0 0.15 265.2 0.39 0.75
Hex BB A6 D8 D 17 0 F 109 27 4B
Octal 273 246 330 15 27 0 17 411 47 113
Binary 10111011 10100110 11011000 1101 10111 0 1111 100001001 100111 1001011

Color Harmonies of #BBA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6D8

Black with #BBA6D8

Text Example


Text Example

White with #BBA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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