#B0EBB6

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

Shades of Fringy Flower #B0EBB6

Tints of Fringy Flower #B0EBB6

Color information

#B0EBB6 (or 0xB0EBB6) is unknown color: approx Fringy Flower. HEX triplet: B0, EB and B6. RGB value is (176,235,182). Sum of RGB (Red+Green+Blue) = 176+235+182=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBB6 is #4F1449. Grayscale: #D3D3D3. Windows color (decimal): -5182538 or 11987888. OLE color: 11987888.

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

Color convert

RGB176235182-
CMYK0.2500.230.08
HSL126.1º59.6%80.59%-
HSV(B)126.1º25.11%92.16%-
XYZ56.0672.0255.2-
YUV211.32111.45102.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.68%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 182 (71.48% from 255) = 30.69%
R=29.68%
G=39.63%
B=30.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351820.2500.230.08126.159.680.59
HexB0EBB61901787e3c51
Octal260353266310271017674121
Binary10110000111010111011011011001010111100011111101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBB6; }

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

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

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

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

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

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

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

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