#B2DBC1

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

Shades of Fringy Flower #B2DBC1

Tints of Fringy Flower #B2DBC1

Color information

#B2DBC1 (or 0xB2DBC1) is unknown color: approx Fringy Flower. HEX triplet: B2, DB and C1. RGB value is (178,219,193). Sum of RGB (Red+Green+Blue) = 178+219+193=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBC1 is #4D243E. Grayscale: #CBCBCB. Windows color (decimal): -5055551 or 12704690. OLE color: 12704690.

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

Color convert

RGB178219193-
CMYK0.1900.120.14
HSL141.95º36.28%77.84%-
HSV(B)141.95º18.72%85.88%-
XYZ53.3263.9859.99-
YUV203.78121.92109.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=30.17%
G=37.12%
B=32.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191930.1900.120.14141.9536.2877.84
HexB2DBC1130CE8e244e
Octal262333301230141621644116
Binary10110010110110111100000110011011001110100011101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBC1; }

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

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

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

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

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

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

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

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