Html Css Color HEX #BBA2FC Perfume

📋 copy color: '#BBA2FC'

red 187 ◦ green 162 ◦ blue 252

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

Shades of Perfume #BBA2FC

Tints of Perfume #BBA2FC

RGB

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

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

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

R = 31.11%
G = 26.96%
B = 41.93%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA2FC (or 0xBBA2FC) is known color: Perfume. HEX triplet: BB, A2 and FC. RGB value is (187,162,252). Sum of RGB (Red+Green+Blue) = 187+162+252=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2FC is #445D03. Grayscale: #B3B3B3. Windows color (decimal): -4480260 or 16556731. OLE color: 16556731.

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

Color convert

RGB 187 162 252 -
CMYK 0.26 0.36 0 0.01
HSL 256.67º 0.94% 0.81% -
HSV(B) 256.67º 0.36% 0.99% -
XYZ 50.98 43.43 97.79 -
YUV 179.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 187 162 252 0.26 0.36 0 0.01 256.67 0.94 0.81
Hex BB A2 FC 1A 24 0 1 101 5E 51
Octal 273 242 374 32 44 0 1 401 136 121
Binary 10111011 10100010 11111100 11010 100100 0 1 100000001 1011110 1010001

Color Harmonies of #BBA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2FC

Black with #BBA2FC

Text Example


Text Example

White with #BBA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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