Html Css Color HEX #BBA4EA Perfume

📋 copy color: '#BBA4EA'

red 187 ◦ green 164 ◦ blue 234

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

Shades of Perfume #BBA4EA

Tints of Perfume #BBA4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40%

R = 31.97%
G = 28.03%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBA4EA (or 0xBBA4EA) is known color: Perfume. HEX triplet: BB, A4 and EA. RGB value is (187,164,234). Sum of RGB (Red+Green+Blue) = 187+164+234=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4EA is #445B15. Grayscale: #B2B2B2. Windows color (decimal): -4479766 or 15377595. OLE color: 15377595.

HSL color Cylindrical-coordinate representation of color #BBA4EA: hue angle of 259.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA4EA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 164 234 -
CMYK 0.20 0.30 0 0.08
HSL 259.71º 0.63% 0.78% -
HSV(B) 259.71º 0.3% 0.92% -
XYZ 48.62 43.06 83.59 -
YUV 178.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 187 164 234 0.20 0.30 0 0.08 259.71 0.63 0.78
Hex BB A4 EA 14 1E 0 8 104 3E 4E
Octal 273 244 352 24 36 0 10 404 76 116
Binary 10111011 10100100 11101010 10100 11110 0 1000 100000100 111110 1001110

Color Harmonies of #BBA4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4EA

Black with #BBA4EA

Text Example


Text Example

White with #BBA4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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