Html Css Color HEX #BBA7C8 Perfume

📋 copy color: '#BBA7C8'

red 187 ◦ green 167 ◦ blue 200

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

Shades of Perfume #BBA7C8

Tints of Perfume #BBA7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 33.75%
G = 30.14%
B = 36.1%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBA7C8 (or 0xBBA7C8) is known color: Perfume. HEX triplet: BB, A7 and C8. RGB value is (187,167,200). Sum of RGB (Red+Green+Blue) = 187+167+200=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBA7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7C8 is #445837. Grayscale: #B0B0B0. Windows color (decimal): -4479032 or 13150139. OLE color: 13150139.

HSL color Cylindrical-coordinate representation of color #BBA7C8: hue angle of 276.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA7C8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 167 200 -
CMYK 0.06 0.16 0 0.22
HSL 276.36º 0.23% 0.72% -
HSV(B) 276.36º 0.17% 0.78% -
XYZ 44.74 42.37 60.46 -
YUV 176.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 187 167 200 0.06 0.16 0 0.22 276.36 0.23 0.72
Hex BB A7 C8 6 10 0 16 114 17 48
Octal 273 247 310 6 20 0 26 424 27 110
Binary 10111011 10100111 11001000 110 10000 0 10110 100010100 10111 1001000

Color Harmonies of #BBA7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7C8

Black with #BBA7C8

Text Example


Text Example

White with #BBA7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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