Html Css Color HEX #BBA0FD Perfume

📋 copy color: '#BBA0FD'

red 187 ◦ green 160 ◦ blue 253

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

Shades of Perfume #BBA0FD

Tints of Perfume #BBA0FD

RGB

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

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

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

R = 31.17%
G = 26.67%
B = 42.17%

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

#BBA0FD (or 0xBBA0FD) is known color: Perfume. HEX triplet: BB, A0 and FD. RGB value is (187,160,253). Sum of RGB (Red+Green+Blue) = 187+160+253=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FD is #445F02. Grayscale: #B2B2B2. Windows color (decimal): -4480771 or 16621755. OLE color: 16621755.

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

Color convert

RGB 187 160 253 -
CMYK 0.26 0.37 0 0.01
HSL 257.42º 0.96% 0.81% -
HSV(B) 257.42º 0.37% 0.99% -
XYZ 50.79 42.8 98.51 -
YUV 178.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 187 160 253 0.26 0.37 0 0.01 257.42 0.96 0.81
Hex BB A0 FD 1A 25 0 1 101 60 51
Octal 273 240 375 32 45 0 1 401 140 121
Binary 10111011 10100000 11111101 11010 100101 0 1 100000001 1100000 1010001

Color Harmonies of #BBA0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0FD

Black with #BBA0FD

Text Example


Text Example

White with #BBA0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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