#B3E6BC

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

Shades of Fringy Flower #B3E6BC

Tints of Fringy Flower #B3E6BC

Color information

#B3E6BC (or 0xB3E6BC) is unknown color: approx Fringy Flower. HEX triplet: B3, E6 and BC. RGB value is (179,230,188). Sum of RGB (Red+Green+Blue) = 179+230+188=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E6BC is #4C1943. Grayscale: #D2D2D2. Windows color (decimal): -4987204 or 12379827. OLE color: 12379827.

HSL color Cylindrical-coordinate representation of color #B3E6BC: hue angle of 130.59º 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 #B3E6BC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB179230188-
CMYK0.2200.180.10
HSL130.59º50.5%80.2%-
HSV(B)130.59º22.17%90.2%-
XYZ55.9669.8158.1-
YUV209.96115.6105.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.98%
GREEN value IS 230 (90.23% from 255) = 38.53%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=29.98%
G=38.53%
B=31.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1792301880.2200.180.10130.5950.580.2
HexB3E6BC16012A833250
Octal263346274260221220362120
Binary101100111110011010111100101100100101010100000111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E6BC; }

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

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

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

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

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

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

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

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