#BBF3BE

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

Shades of Fringy Flower #BBF3BE

Tints of Fringy Flower #BBF3BE

Color information

#BBF3BE (or 0xBBF3BE) is unknown color: approx Fringy Flower. HEX triplet: BB, F3 and BE. RGB value is (187,243,190). Sum of RGB (Red+Green+Blue) = 187+243+190=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3BE is #440C41. Grayscale: #DCDCDC. Windows color (decimal): -4459586 or 12514235. OLE color: 12514235.

HSL color Cylindrical-coordinate representation of color #BBF3BE: hue angle of 123.21º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3BE is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB187243190-
CMYK0.2300.220.05
HSL123.21º70%84.31%-
HSV(B)123.21º23.05%95.29%-
XYZ61.8478.3860.59-
YUV220.21110.95104.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=30.16%
G=39.19%
B=30.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872431900.2300.220.05123.217084.31
HexBBF3BE1701657b4654
Octal273363276270265173106124
Binary10111011111100111011111010111010110101111101110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3BE; }

 p { color: rgb(187,243,190); }

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

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

 a { background-color: rgb(187,243,190); }

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

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

 span { border-color: rgb(187,243,190); }

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