#B8F7C2

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

Shades of Fringy Flower #B8F7C2

Tints of Fringy Flower #B8F7C2

Color information

#B8F7C2 (or 0xB8F7C2) is unknown color: approx Fringy Flower. HEX triplet: B8, F7 and C2. RGB value is (184,247,194). Sum of RGB (Red+Green+Blue) = 184+247+194=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F7C2 is #47083D. Grayscale: #DEDEDE. Windows color (decimal): -4655166 or 12777400. OLE color: 12777400.

HSL color Cylindrical-coordinate representation of color #B8F7C2: hue angle of 129.52º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F7C2 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB184247194-
CMYK0.2600.210.03
HSL129.52º79.75%84.51%-
HSV(B)129.52º25.51%96.86%-
XYZ62.7780.6163.29-
YUV222.12112.13100.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.44%
GREEN value IS 247 (96.88% from 255) = 39.52%
BLUE value IS 194 (76.17% from 255) = 31.04%
R=29.44%
G=39.52%
B=31.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842471940.2600.210.03129.5279.7584.51
HexB8F7C21A0153825055
Octal270367302320253202120125
Binary10111000111101111100001011010010101111000001010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F7C2; }

 p { color: rgb(184,247,194); }

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

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

 a { background-color: rgb(184,247,194); }

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

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

 span { border-color: rgb(184,247,194); }

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