#B1CABD

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

Shades of Nebula #B1CABD

Tints of Nebula #B1CABD

Color information

#B1CABD (or 0xB1CABD) is unknown color: approx Nebula. HEX triplet: B1, CA and BD. RGB value is (177,202,189). Sum of RGB (Red+Green+Blue) = 177+202+189=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CABD is #4E3542. Grayscale: #C1C1C1. Windows color (decimal): -5125443 or 12438193. OLE color: 12438193.

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

Color convert

RGB177202189-
CMYK0.1200.060.21
HSL148.8º19.08%74.31%-
HSV(B)148.8º12.38%79.22%-
XYZ48.4455.2656.26-
YUV193.04125.72116.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=31.16%
G=35.56%
B=33.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021890.1200.060.21148.819.0874.31
HexB1CABDC061595134a
Octal26131227514062522523112
Binary101100011100101010111101110001101010110010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CABD; }

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

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

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

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

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

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

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

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