#B3E6BB

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

Shades of Fringy Flower #B3E6BB

Tints of Fringy Flower #B3E6BB

Color information

#B3E6BB (or 0xB3E6BB) is unknown color: approx Fringy Flower. HEX triplet: B3, E6 and BB. RGB value is (179,230,187). Sum of RGB (Red+Green+Blue) = 179+230+187=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E6BB is #4C1944. Grayscale: #D1D1D1. Windows color (decimal): -4987205 or 12314291. OLE color: 12314291.

HSL color Cylindrical-coordinate representation of color #B3E6BB: hue angle of 129.41º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3E6BB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB179230187-
CMYK0.2200.190.10
HSL129.41º50.5%80.2%-
HSV(B)129.41º22.17%90.2%-
XYZ55.8669.7757.54-
YUV209.85115.1106-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 230 (90.23% from 255) = 38.59%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=30.03%
G=38.59%
B=31.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1792301870.2200.190.10129.4150.580.2
HexB3E6BB16013A813250
Octal263346273260231220162120
Binary101100111110011010111011101100100111010100000011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E6BB; }

 p { color: rgb(179,230,187); }

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

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

 a { background-color: rgb(179,230,187); }

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

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

 span { border-color: rgb(179,230,187); }

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