#B1CABC

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

Shades of Nebula #B1CABC

Tints of Nebula #B1CABC

Color information

#B1CABC (or 0xB1CABC) is unknown color: approx Nebula. HEX triplet: B1, CA and BC. RGB value is (177,202,188). Sum of RGB (Red+Green+Blue) = 177+202+188=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CABC is #4E3543. Grayscale: #C0C0C0. Windows color (decimal): -5125444 or 12372657. OLE color: 12372657.

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

Color convert

RGB177202188-
CMYK0.1200.070.21
HSL146.4º19.08%74.31%-
HSV(B)146.4º12.38%79.22%-
XYZ48.3355.2255.69-
YUV192.93125.22116.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=31.22%
G=35.63%
B=33.16%

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
Decimal1772021880.1200.070.21146.419.0874.31
HexB1CABCC071592134a
Octal26131227414072522223112
Binary101100011100101010111100110001111010110010010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CABC; }

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

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

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

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

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

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

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

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