#B7FFBD

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

Shades of Fringy Flower #B7FFBD

Tints of Fringy Flower #B7FFBD

Color information

#B7FFBD (or 0xB7FFBD) is unknown color: approx Fringy Flower. HEX triplet: B7, FF and BD. RGB value is (183,255,189). Sum of RGB (Red+Green+Blue) = 183+255+189=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFBD is #480042. Grayscale: #E2E2E2. Windows color (decimal): -4718659 or 12451767. OLE color: 12451767.

HSL color Cylindrical-coordinate representation of color #B7FFBD: hue angle of 125º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FFBD is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB183255189-
CMYK0.2800.260
HSL125º100%85.88%-
HSV(B)125º28.24%100%-
XYZ64.4785.2661.2-
YUV225.95107.1597.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.19%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=29.19%
G=40.67%
B=30.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832551890.2800.26012510085.88
HexB7FFBD1C01A07d6456
Octal267377275340320175144126
Binary101101111111111110111101111000110100111110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFBD; }

 p { color: rgb(183,255,189); }

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

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

 a { background-color: rgb(183,255,189); }

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

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

 span { border-color: rgb(183,255,189); }

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