Html Css Color HEX #BBA0FA Perfume

📋 copy color: '#BBA0FA'

red 187 ◦ green 160 ◦ blue 250

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

Shades of Perfume #BBA0FA

Tints of Perfume #BBA0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 31.32%
G = 26.8%
B = 41.88%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA0FA (or 0xBBA0FA) is known color: Perfume. HEX triplet: BB, A0 and FA. RGB value is (187,160,250). Sum of RGB (Red+Green+Blue) = 187+160+250=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FA is #445F05. Grayscale: #B2B2B2. Windows color (decimal): -4480774 or 16425147. OLE color: 16425147.

HSL color Cylindrical-coordinate representation of color #BBA0FA: hue angle of 258º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA0FA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 160 250 -
CMYK 0.25 0.36 0 0.02
HSL 258º 0.9% 0.8% -
HSV(B) 258º 0.36% 0.98% -
XYZ 50.32 42.61 96.01 -
YUV 178.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 187 160 250 0.25 0.36 0 0.02 258 0.9 0.8
Hex BB A0 FA 19 24 0 2 102 5A 50
Octal 273 240 372 31 44 0 2 402 132 120
Binary 10111011 10100000 11111010 11001 100100 0 10 100000010 1011010 1010000

Color Harmonies of #BBA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0FA

Black with #BBA0FA

Text Example


Text Example

White with #BBA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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