#B8EEC2

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

Shades of Fringy Flower #B8EEC2

Tints of Fringy Flower #B8EEC2

Color information

#B8EEC2 (or 0xB8EEC2) is unknown color: approx Fringy Flower. HEX triplet: B8, EE and C2. RGB value is (184,238,194). Sum of RGB (Red+Green+Blue) = 184+238+194=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EEC2 is #47113D. Grayscale: #D8D8D8. Windows color (decimal): -4657470 or 12775096. OLE color: 12775096.

HSL color Cylindrical-coordinate representation of color #B8EEC2: hue angle of 131.11º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEC2 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB184238194-
CMYK0.2300.180.07
HSL131.11º61.36%82.75%-
HSV(B)131.11º22.69%93.33%-
XYZ60.0875.2362.39-
YUV216.84115.11104.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.87%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=29.87%
G=38.64%
B=31.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842381940.2300.180.07131.1161.3682.75
HexB8EEC2170127833d53
Octal27035630227022720375123
Binary10111000111011101100001010111010010111100000111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EEC2; }

 p { color: rgb(184,238,194); }

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

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

 a { background-color: rgb(184,238,194); }

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

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

 span { border-color: rgb(184,238,194); }

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