#B7DFBA

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

Shades of Fringy Flower #B7DFBA

Tints of Fringy Flower #B7DFBA

Color information

#B7DFBA (or 0xB7DFBA) is unknown color: approx Fringy Flower. HEX triplet: B7, DF and BA. RGB value is (183,223,186). Sum of RGB (Red+Green+Blue) = 183+223+186=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFBA is #482045. Grayscale: #CECECE. Windows color (decimal): -4726854 or 12246967. OLE color: 12246967.

HSL color Cylindrical-coordinate representation of color #B7DFBA: hue angle of 124.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFBA is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB183223186-
CMYK0.1800.170.13
HSL124.5º38.46%79.61%-
HSV(B)124.5º17.94%87.45%-
XYZ54.7866.3956.38-
YUV206.82116.25111.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=30.91%
G=37.67%
B=31.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832231860.1800.170.13124.538.4679.61
HexB7DFBA12011D7c2650
Octal267337272220211517446120
Binary10110111110111111011101010010010001110111111001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFBA; }

 p { color: rgb(183,223,186); }

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

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

 a { background-color: rgb(183,223,186); }

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

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

 span { border-color: rgb(183,223,186); }

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