#B9EBBA

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

Shades of Fringy Flower #B9EBBA

Tints of Fringy Flower #B9EBBA

Color information

#B9EBBA (or 0xB9EBBA) is unknown color: approx Fringy Flower. HEX triplet: B9, EB and BA. RGB value is (185,235,186). Sum of RGB (Red+Green+Blue) = 185+235+186=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBBA is #461445. Grayscale: #D6D6D6. Windows color (decimal): -4592710 or 12250041. OLE color: 12250041.

HSL color Cylindrical-coordinate representation of color #B9EBBA: hue angle of 121.2º 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 #B9EBBA is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB185235186-
CMYK0.2100.210.08
HSL121.2º55.56%82.35%-
HSV(B)121.2º21.28%92.16%-
XYZ58.5873.2857.51-
YUV214.46111.94106.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.53%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=30.53%
G=38.78%
B=30.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351860.2100.210.08121.255.5682.35
HexB9EBBA150158793852
Octal271353272250251017170122
Binary10111001111010111011101010101010101100011110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBBA; }

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

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

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

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

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

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

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

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