#B1FBC4

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

Shades of Fringy Flower #B1FBC4

Tints of Fringy Flower #B1FBC4

Color information

#B1FBC4 (or 0xB1FBC4) is unknown color: approx Fringy Flower. HEX triplet: B1, FB and C4. RGB value is (177,251,196). Sum of RGB (Red+Green+Blue) = 177+251+196=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBC4 is #4E043B. Grayscale: #DEDEDE. Windows color (decimal): -5112892 or 12909489. OLE color: 12909489.

HSL color Cylindrical-coordinate representation of color #B1FBC4: hue angle of 135.41º degrees, saturation: 0.9, 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 #B1FBC4 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB177251196-
CMYK0.2900.220.02
HSL135.41º90.24%83.92%-
HSV(B)135.41º29.48%98.43%-
XYZ62.5982.3364.82-
YUV222.6112.9895.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.37%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=28.37%
G=40.22%
B=31.41%

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
Decimal1772511960.2900.220.02135.4190.2483.92
HexB1FBC41D0162875a54
Octal261373304350262207132124
Binary10110001111110111100010011101010110101000011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBC4; }

 p { color: rgb(177,251,196); }

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

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

 a { background-color: rgb(177,251,196); }

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

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

 span { border-color: rgb(177,251,196); }

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