#BBECBA

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

Shades of Fringy Flower #BBECBA

Tints of Fringy Flower #BBECBA

Color information

#BBECBA (or 0xBBECBA) is unknown color: approx Fringy Flower. HEX triplet: BB, EC and BA. RGB value is (187,236,186). Sum of RGB (Red+Green+Blue) = 187+236+186=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECBA is #441345. Grayscale: #D7D7D7. Windows color (decimal): -4461382 or 12250299. OLE color: 12250299.

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

Color convert

RGB187236186-
CMYK0.2100.210.07
HSL118.8º56.82%82.75%-
HSV(B)118.8º21.19%92.55%-
XYZ59.3574.157.63-
YUV215.65111.27107.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=30.71%
G=38.75%
B=30.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872361860.2100.210.07118.856.8282.75
HexBBECBA150157773953
Octal27335427225025716771123
Binary1011101111101100101110101010101010111111101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECBA; }

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

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

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

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

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

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

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

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