#B6EBBE

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

Shades of Fringy Flower #B6EBBE

Tints of Fringy Flower #B6EBBE

Color information

#B6EBBE (or 0xB6EBBE) is unknown color: approx Fringy Flower. HEX triplet: B6, EB and BE. RGB value is (182,235,190). Sum of RGB (Red+Green+Blue) = 182+235+190=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBBE is #491441. Grayscale: #D6D6D6. Windows color (decimal): -4789314 or 12512182. OLE color: 12512182.

HSL color Cylindrical-coordinate representation of color #B6EBBE: hue angle of 129.06º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EBBE is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB182235190-
CMYK0.2300.190.08
HSL129.06º56.99%81.76%-
HSV(B)129.06º22.55%92.16%-
XYZ58.2973.0859.75-
YUV214.02114.44105.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.98%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=29.98%
G=38.71%
B=31.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822351900.2300.190.08129.0656.9981.76
HexB6EBBE170138813952
Octal266353276270231020171122
Binary101101101110101110111110101110100111000100000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBBE; }

 p { color: rgb(182,235,190); }

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

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

 a { background-color: rgb(182,235,190); }

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

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

 span { border-color: rgb(182,235,190); }

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