Html Css Color HEX #BBA2CC Perfume

📋 copy color: '#BBA2CC'

red 187 ◦ green 162 ◦ blue 204

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

Shades of Perfume #BBA2CC

Tints of Perfume #BBA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.29%

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

R = 33.82%
G = 29.29%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBA2CC (or 0xBBA2CC) is known color: Perfume. HEX triplet: BB, A2 and CC. RGB value is (187,162,204). Sum of RGB (Red+Green+Blue) = 187+162+204=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2CC is #445D33. Grayscale: #AEAEAE. Windows color (decimal): -4480308 or 13411003. OLE color: 13411003.

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

Color convert

RGB 187 162 204 -
CMYK 0.08 0.21 0 0.2
HSL 275.71º 0.29% 0.72% -
HSV(B) 275.71º 0.21% 0.8% -
XYZ 44.31 40.77 62.66 -
YUV 174.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 187 162 204 0.08 0.21 0 0.2 275.71 0.29 0.72
Hex BB A2 CC 8 15 0 14 114 1D 48
Octal 273 242 314 10 25 0 24 424 35 110
Binary 10111011 10100010 11001100 1000 10101 0 10100 100010100 11101 1001000

Color Harmonies of #BBA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2CC

Black with #BBA2CC

Text Example


Text Example

White with #BBA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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