#B4E7C6

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

Shades of Fringy Flower #B4E7C6

Tints of Fringy Flower #B4E7C6

Color information

#B4E7C6 (or 0xB4E7C6) is unknown color: approx Fringy Flower. HEX triplet: B4, E7 and C6. RGB value is (180,231,198). Sum of RGB (Red+Green+Blue) = 180+231+198=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7C6 is #4B1839. Grayscale: #D4D4D4. Windows color (decimal): -4921402 or 13035444. OLE color: 13035444.

HSL color Cylindrical-coordinate representation of color #B4E7C6: hue angle of 141.18º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7C6 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB180231198-
CMYK0.2200.140.09
HSL141.18º51.52%80.59%-
HSV(B)141.18º22.08%90.59%-
XYZ57.5970.9364.08-
YUV211.99120.1105.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.56%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 198 (77.73% from 255) = 32.51%
R=29.56%
G=37.93%
B=32.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802311980.2200.140.09141.1851.5280.59
HexB4E7C6160E98d3451
Octal264347306260161121564121
Binary10110100111001111100011010110011101001100011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7C6; }

 p { color: rgb(180,231,198); }

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

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

 a { background-color: rgb(180,231,198); }

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

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

 span { border-color: rgb(180,231,198); }

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