#BBEBBA

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

Shades of Fringy Flower #BBEBBA

Tints of Fringy Flower #BBEBBA

Color information

#BBEBBA (or 0xBBEBBA) is unknown color: approx Fringy Flower. HEX triplet: BB, EB and BA. RGB value is (187,235,186). Sum of RGB (Red+Green+Blue) = 187+235+186=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBBA is #441445. Grayscale: #D7D7D7. Windows color (decimal): -4461638 or 12250043. OLE color: 12250043.

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

Color convert

RGB187235186-
CMYK0.2000.210.08
HSL118.78º55.06%82.55%-
HSV(B)118.78º20.85%92.16%-
XYZ59.0673.5357.53-
YUV215.06111.6107.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=30.76%
G=38.65%
B=30.59%

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
Decimal1872351860.2000.210.08118.7855.0682.55
HexBBEBBA140158773753
Octal273353272240251016767123
Binary10111011111010111011101010100010101100011101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBBA; }

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

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

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

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

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

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

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

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