#B2DCBC

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

Shades of Fringy Flower #B2DCBC

Tints of Fringy Flower #B2DCBC

Color information

#B2DCBC (or 0xB2DCBC) is unknown color: approx Fringy Flower. HEX triplet: B2, DC and BC. RGB value is (178,220,188). Sum of RGB (Red+Green+Blue) = 178+220+188=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCBC is #4D2343. Grayscale: #CBCBCB. Windows color (decimal): -5055300 or 12377266. OLE color: 12377266.

HSL color Cylindrical-coordinate representation of color #B2DCBC: hue angle of 134.29º degrees, saturation: 0.38, 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 #B2DCBC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB178220188-
CMYK0.1900.150.14
HSL134.29º37.5%78.04%-
HSV(B)134.29º19.09%86.27%-
XYZ53.0364.2857.19-
YUV203.79119.09109.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=30.38%
G=37.54%
B=32.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201880.1900.150.14134.2937.578.04
HexB2DCBC130FE86264e
Octal262334274230171620646116
Binary10110010110111001011110010011011111110100001101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCBC; }

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

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

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

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

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

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

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

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