#b0ebc4

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

Shades of Fringy Flower #B0EBC4

Tints of Fringy Flower #B0EBC4

Color information

#B0EBC4 (or 0xB0EBC4) is unknown color: approx Fringy Flower. HEX triplet: B0, EB and C4. RGB value is (176,235,196). Sum of RGB (Red+Green+Blue) = 176+235+196=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBC4 is #4F143B. Grayscale: #D5D5D5. Windows color (decimal): -5182524 or 12905392. OLE color: 12905392.

HSL color Cylindrical-coordinate representation of color #B0EBC4: hue angle of 140.34º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBC4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB176235196-
CMYK0.2500.170.08
HSL140.34º59.6%80.59%-
HSV(B)140.34º25.11%92.16%-
XYZ57.5872.6363.21-
YUV212.91118.45101.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=29.00%
G=38.71%
B=32.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351960.2500.170.08140.3459.680.59
HexB0EBC41901188c3c51
Octal260353304310211021474121
Binary101100001110101111000100110010100011000100011001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ebc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ebc4; }

 p { color: rgb(176,235,196); }

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

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

 a { background-color: rgb(176,235,196); }

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

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

 span { border-color: rgb(176,235,196); }

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