Html Css Color HEX #BBA2D0 Perfume

📋 copy color: '#BBA2D0'

red 187 ◦ green 162 ◦ blue 208

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

Shades of Perfume #BBA2D0

Tints of Perfume #BBA2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 33.57%
G = 29.08%
B = 37.34%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBA2D0 (or 0xBBA2D0) is known color: Perfume. HEX triplet: BB, A2 and D0. RGB value is (187,162,208). Sum of RGB (Red+Green+Blue) = 187+162+208=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2D0 is #445D2F. Grayscale: #AEAEAE. Windows color (decimal): -4480304 or 13673147. OLE color: 13673147.

HSL color Cylindrical-coordinate representation of color #BBA2D0: hue angle of 272.61º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA2D0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 162 208 -
CMYK 0.10 0.22 0 0.18
HSL 272.61º 0.33% 0.73% -
HSV(B) 272.61º 0.22% 0.82% -
XYZ 44.8 40.96 65.22 -
YUV 174.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 187 162 208 0.10 0.22 0 0.18 272.61 0.33 0.73
Hex BB A2 D0 A 16 0 12 111 21 49
Octal 273 242 320 12 26 0 22 421 41 111
Binary 10111011 10100010 11010000 1010 10110 0 10010 100010001 100001 1001001

Color Harmonies of #BBA2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2D0

Black with #BBA2D0

Text Example


Text Example

White with #BBA2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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