#BBE2BC

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

Shades of Fringy Flower #BBE2BC

Tints of Fringy Flower #BBE2BC

Color information

#BBE2BC (or 0xBBE2BC) is unknown color: approx Fringy Flower. HEX triplet: BB, E2 and BC. RGB value is (187,226,188). Sum of RGB (Red+Green+Blue) = 187+226+188=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2BC is #441D43. Grayscale: #D2D2D2. Windows color (decimal): -4463940 or 12378811. OLE color: 12378811.

HSL color Cylindrical-coordinate representation of color #BBE2BC: hue angle of 121.54º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2BC is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB187226188-
CMYK0.1700.170.11
HSL121.54º40.21%80.98%-
HSV(B)121.54º17.26%88.63%-
XYZ56.7768.5957.82-
YUV210.01115.58111.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=31.11%
G=37.60%
B=31.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872261880.1700.170.11121.5440.2180.98
HexBBE2BC11011B7a2851
Octal273342274210211317250121
Binary10111011111000101011110010001010001101111110101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2BC; }

 p { color: rgb(187,226,188); }

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

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

 a { background-color: rgb(187,226,188); }

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

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

 span { border-color: rgb(187,226,188); }

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