#B2DBBC

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

Shades of Fringy Flower #B2DBBC

Tints of Fringy Flower #B2DBBC

Color information

#B2DBBC (or 0xB2DBBC) is unknown color: approx Fringy Flower. HEX triplet: B2, DB and BC. RGB value is (178,219,188). Sum of RGB (Red+Green+Blue) = 178+219+188=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBBC is #4D2443. Grayscale: #CBCBCB. Windows color (decimal): -5055556 or 12377010. OLE color: 12377010.

HSL color Cylindrical-coordinate representation of color #B2DBBC: hue angle of 134.63º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DBBC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB178219188-
CMYK0.1900.140.14
HSL134.63º36.28%77.84%-
HSV(B)134.63º18.72%85.88%-
XYZ52.7763.7657.1-
YUV203.21119.42110.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=30.43%
G=37.44%
B=32.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191880.1900.140.14134.6336.2877.84
HexB2DBBC130EE87244e
Octal262333274230161620744116
Binary10110010110110111011110010011011101110100001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBBC; }

 p { color: rgb(178,219,188); }

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

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

 a { background-color: rgb(178,219,188); }

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

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

 span { border-color: rgb(178,219,188); }

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