#B8E8BC

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

Shades of Fringy Flower #B8E8BC

Tints of Fringy Flower #B8E8BC

Color information

#B8E8BC (or 0xB8E8BC) is unknown color: approx Fringy Flower. HEX triplet: B8, E8 and BC. RGB value is (184,232,188). Sum of RGB (Red+Green+Blue) = 184+232+188=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 232 - color contains mainly: green. Hex color #B8E8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E8BC is #471743. Grayscale: #D4D4D4. Windows color (decimal): -4659012 or 12380344. OLE color: 12380344.

HSL color Cylindrical-coordinate representation of color #B8E8BC: hue angle of 125º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E8BC is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB184232188-
CMYK0.2100.190.09
HSL125º51.06%81.57%-
HSV(B)125º20.69%90.98%-
XYZ57.771.5358.34-
YUV212.63114.1107.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.46%
GREEN value IS 232 (91.02% from 255) = 38.41%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=30.46%
G=38.41%
B=31.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842321880.2100.190.0912551.0681.57
HexB8E8BC1501397d3352
Octal270350274250231117563122
Binary10111000111010001011110010101010011100111111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E8BC; }

 p { color: rgb(184,232,188); }

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

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

 a { background-color: rgb(184,232,188); }

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

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

 span { border-color: rgb(184,232,188); }

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