#B8EFC0

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

Shades of Fringy Flower #B8EFC0

Tints of Fringy Flower #B8EFC0

Color information

#B8EFC0 (or 0xB8EFC0) is unknown color: approx Fringy Flower. HEX triplet: B8, EF and C0. RGB value is (184,239,192). Sum of RGB (Red+Green+Blue) = 184+239+192=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFC0 is #47103F. Grayscale: #D9D9D9. Windows color (decimal): -4657216 or 12644280. OLE color: 12644280.

HSL color Cylindrical-coordinate representation of color #B8EFC0: hue angle of 128.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFC0 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB184239192-
CMYK0.2300.200.06
HSL128.73º63.22%82.94%-
HSV(B)128.73º23.01%93.73%-
XYZ60.1575.7361.32-
YUV217.2113.78104.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.92%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=29.92%
G=38.86%
B=31.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842391920.2300.200.06128.7363.2282.94
HexB8EFC0170146813f53
Octal27035730027024620177123
Binary10111000111011111100000010111010100110100000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFC0; }

 p { color: rgb(184,239,192); }

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

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

 a { background-color: rgb(184,239,192); }

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

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

 span { border-color: rgb(184,239,192); }

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