Html Css Color HEX #BBA7D8 Perfume

📋 copy color: '#BBA7D8'

red 187 ◦ green 167 ◦ blue 216

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

Shades of Perfume #BBA7D8

Tints of Perfume #BBA7D8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.3%

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

R = 32.81%
G = 29.3%
B = 37.89%

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

#BBA7D8 (or 0xBBA7D8) is known color: Perfume. HEX triplet: BB, A7 and D8. RGB value is (187,167,216). Sum of RGB (Red+Green+Blue) = 187+167+216=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7D8 is #445827. Grayscale: #B2B2B2. Windows color (decimal): -4479016 or 14198715. OLE color: 14198715.

HSL color Cylindrical-coordinate representation of color #BBA7D8: hue angle of 264.49º 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 #BBA7D8 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 167 216 -
CMYK 0.13 0.23 0 0.15
HSL 264.49º 0.39% 0.75% -
HSV(B) 264.49º 0.23% 0.85% -
XYZ 46.71 43.16 70.83 -
YUV 178.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 187 167 216 0.13 0.23 0 0.15 264.49 0.39 0.75
Hex BB A7 D8 D 17 0 F 108 27 4B
Octal 273 247 330 15 27 0 17 410 47 113
Binary 10111011 10100111 11011000 1101 10111 0 1111 100001000 100111 1001011

Color Harmonies of #BBA7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7D8

Black with #BBA7D8

Text Example


Text Example

White with #BBA7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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