Html Css Color HEX #BBA1FD Perfume

📋 copy color: '#BBA1FD'

red 187 ◦ green 161 ◦ blue 253

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

Shades of Perfume #BBA1FD

Tints of Perfume #BBA1FD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.79%

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 31.11%
G = 26.79%
B = 42.1%

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

#BBA1FD (or 0xBBA1FD) is known color: Perfume. HEX triplet: BB, A1 and FD. RGB value is (187,161,253). Sum of RGB (Red+Green+Blue) = 187+161+253=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1FD is #445E02. Grayscale: #B2B2B2. Windows color (decimal): -4480515 or 16622011. OLE color: 16622011.

HSL color Cylindrical-coordinate representation of color #BBA1FD: hue angle of 256.96º degrees, saturation: 0.96, 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 #BBA1FD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 161 253 -
CMYK 0.26 0.36 0 0.01
HSL 256.96º 0.96% 0.81% -
HSV(B) 256.96º 0.36% 0.99% -
XYZ 50.97 43.15 98.57 -
YUV 179.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 187 161 253 0.26 0.36 0 0.01 256.96 0.96 0.81
Hex BB A1 FD 1A 24 0 1 101 60 51
Octal 273 241 375 32 44 0 1 401 140 121
Binary 10111011 10100001 11111101 11010 100100 0 1 100000001 1100000 1010001

Color Harmonies of #BBA1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1FD

Black with #BBA1FD

Text Example


Text Example

White with #BBA1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1FD; }

 p { color: rgb(187,161,253); }

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

background-color css

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

 a { background-color: rgb(187,161,253); }

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

border-color css

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

 span { border-color: rgb(187,161,253); }

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