Html Css Color HEX #BBA3CA Perfume

📋 copy color: '#BBA3CA'

red 187 ◦ green 163 ◦ blue 202

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

Shades of Perfume #BBA3CA

Tints of Perfume #BBA3CA

RGB

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

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

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

R = 33.88%
G = 29.53%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA3CA (or 0xBBA3CA) is known color: Perfume. HEX triplet: BB, A3 and CA. RGB value is (187,163,202). Sum of RGB (Red+Green+Blue) = 187+163+202=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3CA is #445C35. Grayscale: #AEAEAE. Windows color (decimal): -4480054 or 13280187. OLE color: 13280187.

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

Color convert

RGB 187 163 202 -
CMYK 0.07 0.19 0 0.21
HSL 276.92º 0.27% 0.72% -
HSV(B) 276.92º 0.19% 0.79% -
XYZ 44.25 41.02 61.46 -
YUV 174.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 187 163 202 0.07 0.19 0 0.21 276.92 0.27 0.72
Hex BB A3 CA 7 13 0 15 115 1B 48
Octal 273 243 312 7 23 0 25 425 33 110
Binary 10111011 10100011 11001010 111 10011 0 10101 100010101 11011 1001000

Color Harmonies of #BBA3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3CA

Black with #BBA3CA

Text Example


Text Example

White with #BBA3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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