Html Css Color HEX #BBA4ED Perfume

📋 copy color: '#BBA4ED'

red 187 ◦ green 164 ◦ blue 237

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

Shades of Perfume #BBA4ED

Tints of Perfume #BBA4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 31.8%
G = 27.89%
B = 40.31%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA4ED (or 0xBBA4ED) is known color: Perfume. HEX triplet: BB, A4 and ED. RGB value is (187,164,237). Sum of RGB (Red+Green+Blue) = 187+164+237=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4ED is #445B12. Grayscale: #B2B2B2. Windows color (decimal): -4479763 or 15574203. OLE color: 15574203.

HSL color Cylindrical-coordinate representation of color #BBA4ED: hue angle of 258.9º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA4ED is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 164 237 -
CMYK 0.21 0.31 0 0.07
HSL 258.9º 0.67% 0.79% -
HSV(B) 258.9º 0.31% 0.93% -
XYZ 49.06 43.23 85.88 -
YUV 179.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 187 164 237 0.21 0.31 0 0.07 258.9 0.67 0.79
Hex BB A4 ED 15 1F 0 7 103 43 4F
Octal 273 244 355 25 37 0 7 403 103 117
Binary 10111011 10100100 11101101 10101 11111 0 111 100000011 1000011 1001111

Color Harmonies of #BBA4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4ED

Black with #BBA4ED

Text Example


Text Example

White with #BBA4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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