#B0DBBA

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

Shades of Fringy Flower #B0DBBA

Tints of Fringy Flower #B0DBBA

Color information

#B0DBBA (or 0xB0DBBA) is unknown color: approx Fringy Flower. HEX triplet: B0, DB and BA. RGB value is (176,219,186). Sum of RGB (Red+Green+Blue) = 176+219+186=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBBA is #4F2445. Grayscale: #CACACA. Windows color (decimal): -5186630 or 12245936. OLE color: 12245936.

HSL color Cylindrical-coordinate representation of color #B0DBBA: hue angle of 133.95º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBBA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB176219186-
CMYK0.2000.150.14
HSL133.95º37.39%77.45%-
HSV(B)133.95º19.63%85.88%-
XYZ52.163.4455.95-
YUV202.38118.75109.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=30.29%
G=37.69%
B=32.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191860.2000.150.14133.9537.3977.45
HexB0DBBA140FE86254d
Octal260333272240171620645115
Binary10110000110110111011101010100011111110100001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBBA; }

 p { color: rgb(176,219,186); }

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

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

 a { background-color: rgb(176,219,186); }

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

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

 span { border-color: rgb(176,219,186); }

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