Html Css Color HEX #BBA3D6 Perfume

📋 copy color: '#BBA3D6'

red 187 ◦ green 163 ◦ blue 214

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

Shades of Perfume #BBA3D6

Tints of Perfume #BBA3D6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.9%

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 33.16%
G = 28.9%
B = 37.94%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBA3D6 (or 0xBBA3D6) is known color: Perfume. HEX triplet: BB, A3 and D6. RGB value is (187,163,214). Sum of RGB (Red+Green+Blue) = 187+163+214=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBA3D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3D6 is #445C29. Grayscale: #AFAFAF. Windows color (decimal): -4480042 or 14066619. OLE color: 14066619.

HSL color Cylindrical-coordinate representation of color #BBA3D6: hue angle of 268.24º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA3D6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 163 214 -
CMYK 0.13 0.24 0 0.16
HSL 268.24º 0.38% 0.74% -
HSV(B) 268.24º 0.24% 0.84% -
XYZ 45.73 41.61 69.24 -
YUV 175.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 187 163 214 0.13 0.24 0 0.16 268.24 0.38 0.74
Hex BB A3 D6 D 18 0 10 10C 26 4A
Octal 273 243 326 15 30 0 20 414 46 112
Binary 10111011 10100011 11010110 1101 11000 0 10000 100001100 100110 1001010

Color Harmonies of #BBA3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3D6

Black with #BBA3D6

Text Example


Text Example

White with #BBA3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3D6; }

 p { color: rgb(187,163,214); }

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

background-color css

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

 a { background-color: rgb(187,163,214); }

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

border-color css

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

 span { border-color: rgb(187,163,214); }

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