Html Css Color HEX #BBA3CC Perfume

📋 copy color: '#BBA3CC'

red 187 ◦ green 163 ◦ blue 204

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

Shades of Perfume #BBA3CC

Tints of Perfume #BBA3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 33.75%
G = 29.42%
B = 36.82%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBA3CC (or 0xBBA3CC) is known color: Perfume. HEX triplet: BB, A3 and CC. RGB value is (187,163,204). Sum of RGB (Red+Green+Blue) = 187+163+204=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3CC is #445C33. Grayscale: #AEAEAE. Windows color (decimal): -4480052 or 13411259. OLE color: 13411259.

HSL color Cylindrical-coordinate representation of color #BBA3CC: hue angle of 275.12º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA3CC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 163 204 -
CMYK 0.08 0.20 0 0.2
HSL 275.12º 0.29% 0.72% -
HSV(B) 275.12º 0.2% 0.8% -
XYZ 44.49 41.12 62.72 -
YUV 174.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 187 163 204 0.08 0.20 0 0.2 275.12 0.29 0.72
Hex BB A3 CC 8 14 0 14 113 1D 48
Octal 273 243 314 10 24 0 24 423 35 110
Binary 10111011 10100011 11001100 1000 10100 0 10100 100010011 11101 1001000

Color Harmonies of #BBA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3CC

Black with #BBA3CC

Text Example


Text Example

White with #BBA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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