#B3F3BA

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

Shades of Fringy Flower #B3F3BA

Tints of Fringy Flower #B3F3BA

Color information

#B3F3BA (or 0xB3F3BA) is unknown color: approx Fringy Flower. HEX triplet: B3, F3 and BA. RGB value is (179,243,186). Sum of RGB (Red+Green+Blue) = 179+243+186=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3BA is #4C0C45. Grayscale: #D9D9D9. Windows color (decimal): -4983878 or 12252083. OLE color: 12252083.

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

Color convert

RGB179243186-
CMYK0.2600.230.05
HSL126.56º72.73%82.75%-
HSV(B)126.56º26.34%95.29%-
XYZ59.577.2358.23-
YUV217.37110.3100.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 243 (95.31% from 255) = 39.97%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=29.44%
G=39.97%
B=30.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792431860.2600.230.05126.5672.7382.75
HexB3F3BA1A01757f4953
Octal263363272320275177111123
Binary10110011111100111011101011010010111101111111110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3BA; }

 p { color: rgb(179,243,186); }

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

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

 a { background-color: rgb(179,243,186); }

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

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

 span { border-color: rgb(179,243,186); }

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