#B6EFBC

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

Shades of Fringy Flower #B6EFBC

Tints of Fringy Flower #B6EFBC

Color information

#B6EFBC (or 0xB6EFBC) is unknown color: approx Fringy Flower. HEX triplet: B6, EF and BC. RGB value is (182,239,188). Sum of RGB (Red+Green+Blue) = 182+239+188=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFBC is #491043. Grayscale: #D8D8D8. Windows color (decimal): -4788292 or 12382134. OLE color: 12382134.

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

Color convert

RGB182239188-
CMYK0.2400.210.06
HSL126.32º64.04%82.55%-
HSV(B)126.32º23.85%93.73%-
XYZ59.2475.3158.99-
YUV216.14112.12103.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=29.89%
G=39.24%
B=30.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822391880.2400.210.06126.3264.0482.55
HexB6EFBC1801567e4053
Octal266357274300256176100123
Binary10110110111011111011110011000010101110111111010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFBC; }

 p { color: rgb(182,239,188); }

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

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

 a { background-color: rgb(182,239,188); }

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

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

 span { border-color: rgb(182,239,188); }

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