Html Css Color HEX #BBA0CF Perfume

📋 copy color: '#BBA0CF'

red 187 ◦ green 160 ◦ blue 207

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

Shades of Perfume #BBA0CF

Tints of Perfume #BBA0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.88%

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 33.75%
G = 28.88%
B = 37.36%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBA0CF (or 0xBBA0CF) is known color: Perfume. HEX triplet: BB, A0 and CF. RGB value is (187,160,207). Sum of RGB (Red+Green+Blue) = 187+160+207=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0CF is #445F30. Grayscale: #ADADAD. Windows color (decimal): -4480817 or 13607099. OLE color: 13607099.

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

Color convert

RGB 187 160 207 -
CMYK 0.10 0.23 0 0.19
HSL 274.47º 0.33% 0.72% -
HSV(B) 274.47º 0.23% 0.81% -
XYZ 44.33 40.21 64.46 -
YUV 173.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 187 160 207 0.10 0.23 0 0.19 274.47 0.33 0.72
Hex BB A0 CF A 17 0 13 112 21 48
Octal 273 240 317 12 27 0 23 422 41 110
Binary 10111011 10100000 11001111 1010 10111 0 10011 100010010 100001 1001000

Color Harmonies of #BBA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0CF

Black with #BBA0CF

Text Example


Text Example

White with #BBA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0CF; }

 p { color: rgb(187,160,207); }

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

background-color css

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

 a { background-color: rgb(187,160,207); }

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

border-color css

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

 span { border-color: rgb(187,160,207); }

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