#B7F0BC

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

Shades of Fringy Flower #B7F0BC

Tints of Fringy Flower #B7F0BC

Color information

#B7F0BC (or 0xB7F0BC) is unknown color: approx Fringy Flower. HEX triplet: B7, F0 and BC. RGB value is (183,240,188). Sum of RGB (Red+Green+Blue) = 183+240+188=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0BC is #480F43. Grayscale: #D9D9D9. Windows color (decimal): -4722500 or 12382391. OLE color: 12382391.

HSL color Cylindrical-coordinate representation of color #B7F0BC: hue angle of 125.26º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F0BC is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB183240188-
CMYK0.2400.220.06
HSL125.26º65.52%82.94%-
HSV(B)125.26º23.75%94.12%-
XYZ59.7776.0259.1-
YUV217.03111.62103.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.95%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=29.95%
G=39.28%
B=30.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832401880.2400.220.06125.2665.5282.94
HexB7F0BC1801667d4253
Octal267360274300266175102123
Binary10110111111100001011110011000010110110111110110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F0BC; }

 p { color: rgb(183,240,188); }

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

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

 a { background-color: rgb(183,240,188); }

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

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

 span { border-color: rgb(183,240,188); }

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