#B4E6C5

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

Shades of Fringy Flower #B4E6C5

Tints of Fringy Flower #B4E6C5

Color information

#B4E6C5 (or 0xB4E6C5) is unknown color: approx Fringy Flower. HEX triplet: B4, E6 and C5. RGB value is (180,230,197). Sum of RGB (Red+Green+Blue) = 180+230+197=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E6C5 is #4B193A. Grayscale: #D3D3D3. Windows color (decimal): -4921659 or 12969652. OLE color: 12969652.

HSL color Cylindrical-coordinate representation of color #B4E6C5: hue angle of 140.4º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E6C5 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB180230197-
CMYK0.2200.140.10
HSL140.4º50%80.39%-
HSV(B)140.4º21.74%90.2%-
XYZ57.270.3363.38-
YUV211.29119.94105.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=29.65%
G=37.89%
B=32.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802301970.2200.140.10140.45080.39
HexB4E6C5160EA8c3250
Octal264346305260161221462120
Binary10110100111001101100010110110011101010100011001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E6C5; }

 p { color: rgb(180,230,197); }

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

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

 a { background-color: rgb(180,230,197); }

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

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

 span { border-color: rgb(180,230,197); }

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