#B9EBBB

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

Shades of Fringy Flower #B9EBBB

Tints of Fringy Flower #B9EBBB

Color information

#B9EBBB (or 0xB9EBBB) is unknown color: approx Fringy Flower. HEX triplet: B9, EB and BB. RGB value is (185,235,187). Sum of RGB (Red+Green+Blue) = 185+235+187=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBBB is #461444. Grayscale: #D6D6D6. Windows color (decimal): -4592709 or 12315577. OLE color: 12315577.

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

Color convert

RGB185235187-
CMYK0.2100.200.08
HSL122.4º55.56%82.35%-
HSV(B)122.4º21.28%92.16%-
XYZ58.6973.3258.07-
YUV214.58112.44106.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=30.48%
G=38.71%
B=30.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351870.2100.200.08122.455.5682.35
HexB9EBBB1501487a3852
Octal271353273250241017270122
Binary10111001111010111011101110101010100100011110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBBB; }

 p { color: rgb(185,235,187); }

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

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

 a { background-color: rgb(185,235,187); }

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

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

 span { border-color: rgb(185,235,187); }

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