#B2F9C1

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

Shades of Fringy Flower #B2F9C1

Tints of Fringy Flower #B2F9C1

Color information

#B2F9C1 (or 0xB2F9C1) is unknown color: approx Fringy Flower. HEX triplet: B2, F9 and C1. RGB value is (178,249,193). Sum of RGB (Red+Green+Blue) = 178+249+193=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9C1 is #4D063E. Grayscale: #DDDDDD. Windows color (decimal): -5047871 or 12712370. OLE color: 12712370.

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

Color convert

RGB178249193-
CMYK0.2900.220.02
HSL132.68º85.54%83.73%-
HSV(B)132.68º28.51%97.65%-
XYZ61.8681.0762.84-
YUV221.39111.9897.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.71%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 193 (75.78% from 255) = 31.13%
R=28.71%
G=40.16%
B=31.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782491930.2900.220.02132.6885.5483.73
HexB2F9C11D0162855654
Octal262371301350262205126124
Binary10110010111110011100000111101010110101000010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F9C1; }

 p { color: rgb(178,249,193); }

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

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

 a { background-color: rgb(178,249,193); }

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

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

 span { border-color: rgb(178,249,193); }

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