Html Css Color HEX #BBA2CE Perfume

📋 copy color: '#BBA2CE'

red 187 ◦ green 162 ◦ blue 206

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

Shades of Perfume #BBA2CE

Tints of Perfume #BBA2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 33.69%
G = 29.19%
B = 37.12%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBA2CE (or 0xBBA2CE) is known color: Perfume. HEX triplet: BB, A2 and CE. RGB value is (187,162,206). Sum of RGB (Red+Green+Blue) = 187+162+206=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2CE is #445D31. Grayscale: #AEAEAE. Windows color (decimal): -4480306 or 13542075. OLE color: 13542075.

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

Color convert

RGB 187 162 206 -
CMYK 0.09 0.21 0 0.19
HSL 274.09º 0.31% 0.72% -
HSV(B) 274.09º 0.21% 0.81% -
XYZ 44.55 40.86 63.93 -
YUV 174.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 187 162 206 0.09 0.21 0 0.19 274.09 0.31 0.72
Hex BB A2 CE 9 15 0 13 112 1F 48
Octal 273 242 316 11 25 0 23 422 37 110
Binary 10111011 10100010 11001110 1001 10101 0 10011 100010010 11111 1001000

Color Harmonies of #BBA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2CE

Black with #BBA2CE

Text Example


Text Example

White with #BBA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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