#B1CDBA

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

Shades of Nebula #B1CDBA

Tints of Nebula #B1CDBA

Color information

#B1CDBA (or 0xB1CDBA) is unknown color: approx Nebula. HEX triplet: B1, CD and BA. RGB value is (177,205,186). Sum of RGB (Red+Green+Blue) = 177+205+186=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDBA is #4E3245. Grayscale: #C2C2C2. Windows color (decimal): -5124678 or 12242353. OLE color: 12242353.

HSL color Cylindrical-coordinate representation of color #B1CDBA: hue angle of 139.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CDBA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB177205186-
CMYK0.1400.090.20
HSL139.29º21.88%74.9%-
HSV(B)139.29º13.66%80.39%-
XYZ48.8356.5554.8-
YUV194.46123.22115.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=31.16%
G=36.09%
B=32.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051860.1400.090.20139.2921.8874.9
HexB1CDBAE09148b164b
Octal261315272160112421326113
Binary1011000111001101101110101110010011010010001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDBA; }

 p { color: rgb(177,205,186); }

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

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

 a { background-color: rgb(177,205,186); }

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

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

 span { border-color: rgb(177,205,186); }

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