#B1CABA

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

Shades of Nebula #B1CABA

Tints of Nebula #B1CABA

Color information

#B1CABA (or 0xB1CABA) is unknown color: approx Nebula. HEX triplet: B1, CA and BA. RGB value is (177,202,186). Sum of RGB (Red+Green+Blue) = 177+202+186=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CABA is #4E3545. Grayscale: #C0C0C0. Windows color (decimal): -5125446 or 12241585. OLE color: 12241585.

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

Color convert

RGB177202186-
CMYK0.1200.080.21
HSL141.6º19.08%74.31%-
HSV(B)141.6º12.38%79.22%-
XYZ48.1155.1354.56-
YUV192.7124.22116.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=31.33%
G=35.75%
B=32.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021860.1200.080.21141.619.0874.31
HexB1CABAC08158e134a
Octal261312272140102521623112
Binary1011000111001010101110101100010001010110001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CABA; }

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

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

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

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

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

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

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

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