Html Css Color HEX #BBA0FC Perfume

📋 copy color: '#BBA0FC'

red 187 ◦ green 160 ◦ blue 252

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

Shades of Perfume #BBA0FC

Tints of Perfume #BBA0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 31.22%
G = 26.71%
B = 42.07%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA0FC (or 0xBBA0FC) is known color: Perfume. HEX triplet: BB, A0 and FC. RGB value is (187,160,252). Sum of RGB (Red+Green+Blue) = 187+160+252=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FC is #445F03. Grayscale: #B2B2B2. Windows color (decimal): -4480772 or 16556219. OLE color: 16556219.

HSL color Cylindrical-coordinate representation of color #BBA0FC: hue angle of 257.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA0FC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 160 252 -
CMYK 0.26 0.37 0 0.01
HSL 257.61º 0.94% 0.81% -
HSV(B) 257.61º 0.37% 0.99% -
XYZ 50.64 42.73 97.68 -
YUV 178.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 187 160 252 0.26 0.37 0 0.01 257.61 0.94 0.81
Hex BB A0 FC 1A 25 0 1 102 5E 51
Octal 273 240 374 32 45 0 1 402 136 121
Binary 10111011 10100000 11111100 11010 100101 0 1 100000010 1011110 1010001

Color Harmonies of #BBA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0FC

Black with #BBA0FC

Text Example


Text Example

White with #BBA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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