Html Css Color HEX #BBA1CA Perfume

📋 copy color: '#BBA1CA'

red 187 ◦ green 161 ◦ blue 202

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

Shades of Perfume #BBA1CA

Tints of Perfume #BBA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.27%

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

R = 34%
G = 29.27%
B = 36.73%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA1CA (or 0xBBA1CA) is known color: Perfume. HEX triplet: BB, A1 and CA. RGB value is (187,161,202). Sum of RGB (Red+Green+Blue) = 187+161+202=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1CA is #445E35. Grayscale: #ADADAD. Windows color (decimal): -4480566 or 13279675. OLE color: 13279675.

HSL color Cylindrical-coordinate representation of color #BBA1CA: hue angle of 278.05º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA1CA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 161 202 -
CMYK 0.07 0.20 0 0.21
HSL 278.05º 0.28% 0.71% -
HSV(B) 278.05º 0.2% 0.79% -
XYZ 43.9 40.32 61.35 -
YUV 173.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 187 161 202 0.07 0.20 0 0.21 278.05 0.28 0.71
Hex BB A1 CA 7 14 0 15 116 1C 47
Octal 273 241 312 7 24 0 25 426 34 107
Binary 10111011 10100001 11001010 111 10100 0 10101 100010110 11100 1000111

Color Harmonies of #BBA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1CA

Black with #BBA1CA

Text Example


Text Example

White with #BBA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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