#B1CDBB

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

Shades of Nebula #B1CDBB

Tints of Nebula #B1CDBB

Color information

#B1CDBB (or 0xB1CDBB) is unknown color: approx Nebula. HEX triplet: B1, CD and BB. RGB value is (177,205,187). Sum of RGB (Red+Green+Blue) = 177+205+187=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDBB is #4E3244. Grayscale: #C2C2C2. Windows color (decimal): -5124677 or 12307889. OLE color: 12307889.

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

Color convert

RGB177205187-
CMYK0.1400.090.20
HSL141.43º21.88%74.9%-
HSV(B)141.43º13.66%80.39%-
XYZ48.9356.655.36-
YUV194.58123.72115.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=31.11%
G=36.03%
B=32.86%

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
Decimal1772051870.1400.090.20141.4321.8874.9
HexB1CDBBE09148d164b
Octal261315273160112421526113
Binary1011000111001101101110111110010011010010001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDBB; }

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

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

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

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

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

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

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

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