Html Css Color HEX #BBA4F2 Perfume

📋 copy color: '#BBA4F2'

red 187 ◦ green 164 ◦ blue 242

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

Shades of Perfume #BBA4F2

Tints of Perfume #BBA4F2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.66%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 31.53%
G = 27.66%
B = 40.81%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBA4F2 (or 0xBBA4F2) is known color: Perfume. HEX triplet: BB, A4 and F2. RGB value is (187,164,242). Sum of RGB (Red+Green+Blue) = 187+164+242=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBA4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F2 is #445B0D. Grayscale: #B3B3B3. Windows color (decimal): -4479758 or 15901883. OLE color: 15901883.

HSL color Cylindrical-coordinate representation of color #BBA4F2: hue angle of 257.69º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA4F2 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 164 242 -
CMYK 0.23 0.32 0 0.05
HSL 257.69º 0.75% 0.8% -
HSV(B) 257.69º 0.32% 0.95% -
XYZ 49.8 43.53 89.78 -
YUV 179.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 187 164 242 0.23 0.32 0 0.05 257.69 0.75 0.8
Hex BB A4 F2 17 20 0 5 102 4B 50
Octal 273 244 362 27 40 0 5 402 113 120
Binary 10111011 10100100 11110010 10111 100000 0 101 100000010 1001011 1010000

Color Harmonies of #BBA4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4F2

Black with #BBA4F2

Text Example


Text Example

White with #BBA4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4F2; }

 p { color: rgb(187,164,242); }

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

background-color css

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

 a { background-color: rgb(187,164,242); }

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

border-color css

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

 span { border-color: rgb(187,164,242); }

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