#bbeaba

Color #BBEABA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BBEABA

Tints of Fringy Flower #BBEABA

Color information

#BBEABA (or 0xBBEABA) is unknown color: approx Fringy Flower. HEX triplet: BB, EA and BA. RGB value is (187,234,186). Sum of RGB (Red+Green+Blue) = 187+234+186=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEABA is #441545. Grayscale: #D6D6D6. Windows color (decimal): -4461894 or 12249787. OLE color: 12249787.

HSL color Cylindrical-coordinate representation of color #BBEABA: hue angle of 118.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEABA is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB187234186-
CMYK0.2000.210.08
HSL118.75º53.33%82.35%-
HSV(B)118.75º20.51%91.76%-
XYZ58.7872.9657.44-
YUV214.48111.93108.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=30.81%
G=38.55%
B=30.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341860.2000.210.08118.7553.3382.35
HexBBEABA140158773552
Octal273352272240251016765122
Binary10111011111010101011101010100010101100011101111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbeaba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbeaba; }

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

 H1.HeaderClassName
 {
   color: #bbeaba;
 }
 .AnyTagClassName
 {
   color: #bbeaba;
 }
</style>
background-color css

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

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

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

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

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

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