#B8DCBF

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

Shades of Fringy Flower #B8DCBF

Tints of Fringy Flower #B8DCBF

Color information

#B8DCBF (or 0xB8DCBF) is unknown color: approx Fringy Flower. HEX triplet: B8, DC and BF. RGB value is (184,220,191). Sum of RGB (Red+Green+Blue) = 184+220+191=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCBF is #472340. Grayscale: #CECECE. Windows color (decimal): -4662081 or 12573880. OLE color: 12573880.

HSL color Cylindrical-coordinate representation of color #B8DCBF: hue angle of 131.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCBF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB184220191-
CMYK0.1600.130.14
HSL131.67º33.96%79.22%-
HSV(B)131.67º16.36%86.27%-
XYZ54.7665.1458.98-
YUV205.93119.57112.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.92%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 191 (75% from 255) = 32.10%
R=30.92%
G=36.97%
B=32.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201910.1600.130.14131.6733.9679.22
HexB8DCBF100DE84224f
Octal270334277200151620442117
Binary10111000110111001011111110000011011110100001001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCBF; }

 p { color: rgb(184,220,191); }

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

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

 a { background-color: rgb(184,220,191); }

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

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

 span { border-color: rgb(184,220,191); }

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