#B0E3BC

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

Shades of Fringy Flower #B0E3BC

Tints of Fringy Flower #B0E3BC

Color information

#B0E3BC (or 0xB0E3BC) is unknown color: approx Fringy Flower. HEX triplet: B0, E3 and BC. RGB value is (176,227,188). Sum of RGB (Red+Green+Blue) = 176+227+188=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3BC is #4F1C43. Grayscale: #CFCFCF. Windows color (decimal): -5184580 or 12379056. OLE color: 12379056.

HSL color Cylindrical-coordinate representation of color #B0E3BC: hue angle of 134.12º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E3BC is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB176227188-
CMYK0.2200.170.11
HSL134.12º47.66%79.02%-
HSV(B)134.12º22.47%89.02%-
XYZ54.4567.857.79-
YUV207.3117.1105.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 227 (89.06% from 255) = 38.41%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=29.78%
G=38.41%
B=31.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762271880.2200.170.11134.1247.6679.02
HexB0E3BC16011B86304f
Octal260343274260211320660117
Binary101100001110001110111100101100100011011100001101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E3BC; }

 p { color: rgb(176,227,188); }

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

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

 a { background-color: rgb(176,227,188); }

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

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

 span { border-color: rgb(176,227,188); }

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