#B1CABB

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

Shades of Nebula #B1CABB

Tints of Nebula #B1CABB

Color information

#B1CABB (or 0xB1CABB) is unknown color: approx Nebula. HEX triplet: B1, CA and BB. RGB value is (177,202,187). Sum of RGB (Red+Green+Blue) = 177+202+187=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CABB is #4E3544. Grayscale: #C0C0C0. Windows color (decimal): -5125445 or 12307121. OLE color: 12307121.

HSL color Cylindrical-coordinate representation of color #B1CABB: hue angle of 144º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CABB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB177202187-
CMYK0.1200.070.21
HSL144º19.08%74.31%-
HSV(B)144º12.38%79.22%-
XYZ48.2255.1855.12-
YUV192.82124.72116.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=31.27%
G=35.69%
B=33.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021870.1200.070.2114419.0874.31
HexB1CABBC071590134a
Octal26131227314072522023112
Binary101100011100101010111011110001111010110010000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CABB; }

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

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

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

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

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

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

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

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