#BBFBBE

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

Shades of Fringy Flower #BBFBBE

Tints of Fringy Flower #BBFBBE

Color information

#BBFBBE (or 0xBBFBBE) is unknown color: approx Fringy Flower. HEX triplet: BB, FB and BE. RGB value is (187,251,190). Sum of RGB (Red+Green+Blue) = 187+251+190=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBBE is #440441. Grayscale: #E1E1E1. Windows color (decimal): -4457538 or 12516283. OLE color: 12516283.

HSL color Cylindrical-coordinate representation of color #BBFBBE: hue angle of 122.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBBE is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB187251190-
CMYK0.2500.240.02
HSL122.81º88.89%85.88%-
HSV(B)122.81º25.5%98.43%-
XYZ64.2883.2861.4-
YUV224.91108.3100.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=29.78%
G=39.97%
B=30.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872511900.2500.240.02122.8188.8985.88
HexBBFBBE1901827b5956
Octal273373276310302173131126
Binary1011101111111011101111101100101100010111101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBBE; }

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

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

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

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

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

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

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

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