Html Css Color HEX #BBA7CA Perfume

📋 copy color: '#BBA7CA'

red 187 ◦ green 167 ◦ blue 202

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

Shades of Perfume #BBA7CA

Tints of Perfume #BBA7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 33.63%
G = 30.04%
B = 36.33%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA7CA (or 0xBBA7CA) is known color: Perfume. HEX triplet: BB, A7 and CA. RGB value is (187,167,202). Sum of RGB (Red+Green+Blue) = 187+167+202=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7CA is #445835. Grayscale: #B0B0B0. Windows color (decimal): -4479030 or 13281211. OLE color: 13281211.

HSL color Cylindrical-coordinate representation of color #BBA7CA: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA7CA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 167 202 -
CMYK 0.07 0.17 0 0.21
HSL 274.29º 0.25% 0.72% -
HSV(B) 274.29º 0.17% 0.79% -
XYZ 44.97 42.47 61.7 -
YUV 176.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 187 167 202 0.07 0.17 0 0.21 274.29 0.25 0.72
Hex BB A7 CA 7 11 0 15 112 19 48
Octal 273 247 312 7 21 0 25 422 31 110
Binary 10111011 10100111 11001010 111 10001 0 10101 100010010 11001 1001000

Color Harmonies of #BBA7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7CA

Black with #BBA7CA

Text Example


Text Example

White with #BBA7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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